← Index

io.github.WaterTian/wechat-devtools-mcp

io.github.WaterTian/wechat-devtools-mcp·v0.9.6·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "wechat-devtools-mcp": {
      "command": "uvx",
      "args": [
        "wechat-devtools-mcp"
      ],
      "env": {
        "WECHAT_DEVTOOLS_CLI": "<wechat_devtools_cli>",
        "WECHAT_PROJECT_PATH": "<wechat_project_path>",
        "WECHAT_CLI_TIMEOUT": "30",
        "NODE_PATH": "node"
      }
    }
  }
}
§02  Environment variables
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 可执行文件路径

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other