npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcpmate

v0.1.0

Published

MCP Mate - The ultimate MCP server manager for OpenClaw and Chinese developers

Readme

MCP Mate

The ultimate MCP server manager for OpenClaw and Chinese developers

npm version License: MIT

简介

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-control

mcpmate install <server>

安装指定的 MCP Server。

mcpmate install @modelcontextprotocol/server-postgres
mcpmate install @modelcontextprotocol/server-github

mcpmate 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 cursor

OpenClaw 集成

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