weapp-dev-mcp

yfmeii/weapp-dev-mcp
★ 106 stars TypeScript 💬 Communication Updated 17d ago
FastMCP server for automating WeChat Mini Program developer tooling
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "weapp-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yfmeii/weapp-dev-mcp"
      ]
    }
  }
}