HomeOther › wechat-devtools-mcp

wechat-devtools-mcp

MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs.

Python
★ 145 stars Last pushed 2026-09-04 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.9.18)

uvx wechat-devtools-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "wechat-devtools-mcp": {
      "command": "uvx",
      "args": [
        "wechat-devtools-mcp"
      ],
      "env": {
        "WECHAT_DEVTOOLS_CLI": "<YOUR_VALUE>",
        "WECHAT_PROJECT_PATH": "<YOUR_VALUE>",
        "WECHAT_CLI_TIMEOUT": "<YOUR_VALUE>",
        "NODE_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • WECHAT_DEVTOOLS_CLI required — 微信开发者工具 CLI 路径。Windows: C:\Program Files (x86)\Tencent\微信web开发者工具\cli.bat;macOS: /Applications/wechatwebdevtools.app/Contents/MacOS/cli
  • WECHAT_PROJECT_PATH required — 默认小程序项目绝对路径,例如 D:\Projects\MyMiniApp
  • WECHAT_CLI_TIMEOUT — CLI 命令超时时间(秒)
  • NODE_PATH — Node.js 可执行文件路径

Related servers

Data from the Official MCP Registry