Loading MCP server directory, please wait...
MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.
npx @getmcp/cli add io.github.WaterTian/wechat-devtools-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
WECHAT_DEVTOOLS_CLI微信开发者工具 CLI 路径
WECHAT_PROJECT_PATH默认小程序项目绝对路径
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WaterTian/wechat-devtools-mcp": {
"command": "uvx",
"args": [
"wechat-devtools-mcp"
],
"env": {
"WECHAT_DEVTOOLS_CLI": "",
"WECHAT_PROJECT_PATH": "",
"WECHAT_TOOLS_PRESET": "core",
"WECHAT_CLI_TIMEOUT": "30",
"NODE_PATH": "node"
}
}
}
}