weapp-dev-mcp

yfmeii/weapp-dev-mcp
★ 106 stars TypeScript Communication Updated 2mo ago
FastMCP server for automating WeChat Mini Program developer tooling
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}