mcpmate
v0.1.0
Published
MCP Mate - The ultimate MCP server manager for OpenClaw and Chinese developers
Maintainers
Readme
MCP Mate
The ultimate MCP server manager for OpenClaw and Chinese developers
简介
MCP Mate 是专为 OpenClaw 和中文开发者打造的 MCP (Model Context Protocol) 服务器管理工具。
核心特性:
- 🔍 搜索和发现 MCP Servers
- 📦 一键安装和配置
- 🎯 场景模板(电商、内容创作、小程序开发)
- 📤 导出配置到 Claude/Cursor/OpenClaw
- 🔧 OpenClaw 深度集成
- 🇨🇳 国内 CDN 加速
- 🤖 飞书/钉钉机器人支持(即将推出)
安装
npm install -g mcpmate快速开始
# 搜索 MCP Servers
mcpmate search postgres
# 安装 Server
mcpmate install @modelcontextprotocol/server-postgres
# 查看已安装的 Servers
mcpmate list
# 使用场景模板
mcpmate template list
mcpmate template use ecommerce-analytics
# 导出配置到 OpenClaw
mcpmate export --format openclaw
mcpmate openclaw sync命令详解
mcpmate search <query>
搜索 MCP Registry 中的 Servers。
mcpmate search postgres
mcpmate search git --category version-controlmcpmate install <server>
安装指定的 MCP Server。
mcpmate install @modelcontextprotocol/server-postgres
mcpmate install @modelcontextprotocol/server-githubmcpmate list
列出已安装的 Servers。
mcpmate list
mcpmate list --all # 包括已禁用的mcpmate template
使用场景模板快速配置。
# 查看可用模板
mcpmate template list
# 使用模板
mcpmate template use ecommerce-analytics
mcpmate template use content-creation
mcpmate template use wechat-miniprogram可用模板:
ecommerce-analytics- 电商数据分析(PostgreSQL + Redis + 淘宝/京东 API)content-creation- 内容创作(小红书 + 抖音 API)wechat-miniprogram- 微信小程序开发alipay-miniprogram- 支付宝小程序开发backend-api- 后端 API 开发
mcpmate export
导出 MCP 配置文件。
mcpmate export --format openclaw
mcpmate export --format claude
mcpmate export --format cursorOpenClaw 集成
MCP Mate 与 OpenClaw 深度集成:
# 设置 OpenClaw 集成
mcpmate openclaw setup
# 同步配置到 OpenClaw
mcpmate openclaw sync
# 查看 OpenClaw 配置状态
mcpmate openclaw status为什么选择 MCP Mate?
| 特性 | mcp-server-manager | mcp-use | MCP Mate | |------|-------------------|---------|----------| | OpenClaw 集成 | ❌ | ❌ | ✅ | | 场景模板 | ❌ | ❌ | ✅ | | 国内 CDN | ❌ | ❌ | ✅ | | 飞书/钉钉 | ❌ | ❌ | 🚧 | | 中文优化 | ⚠️ | ⚠️ | ✅ |
支持的 MCP Servers
@modelcontextprotocol/server-postgres- PostgreSQL 数据库@modelcontextprotocol/server-github- GitHub API@modelcontextprotocol/server-filesystem- 本地文件系统@modelcontextprotocol/server-puppeteer- 浏览器自动化@modelcontextprotocol/server-redis- Redis 数据库@modelcontextprotocol/server-slack- Slack 集成
查看更多:MCP Servers Registry
开发
# 克隆仓库
git clone https://github.com/clawton/mcpmate.git
cd mcpmate
# 安装依赖
npm install
# 开发模式
npm run dev
# 构建
npm run build
# 测试
npm test路线图
- [x] CLI 基础功能
- [x] OpenClaw 集成
- [x] 场景模板
- [ ] Web UI
- [ ] 飞书/钉钉机器人
- [ ] 国内 CDN 加速
- [ ] 团队协作
- [ ] 企业版
贡献
欢迎提交 Issue 和 PR!
许可证
MIT © Clawton
