wechat devtools for Claude Desktop
io.github.watertian/wechat-devtools
MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.
client:Claude Desktop
transport:stdio
runtime:pypi
Install wechat devtools in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"wechat-devtools": {
"command": "uvx",
"args": [
"wechat-devtools-mcp"
],
"env": {
"WECHAT_DEVTOOLS_CLI": "<WECHAT_DEVTOOLS_CLI>",
"WECHAT_PROJECT_PATH": "<WECHAT_PROJECT_PATH>",
"WECHAT_CLI_TIMEOUT": "<WECHAT_CLI_TIMEOUT>",
"NODE_PATH": "<NODE_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs