wechat-devtools-mcp
About
MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WECHAT_DEVTOOLS_CLI WECHAT_PROJECT_PATH WECHAT_CLI_TIMEOUT NODE_PATHClaude Code
claude mcp add --env WECHAT_DEVTOOLS_CLI= --env WECHAT_PROJECT_PATH= --env WECHAT_CLI_TIMEOUT= --env NODE_PATH= wechat-devtools-mcp -- uvx wechat-devtools-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"wechat-devtools-mcp","command":"uvx","args":["wechat-devtools-mcp"],"env":{"WECHAT_DEVTOOLS_CLI":"","WECHAT_PROJECT_PATH":"","WECHAT_CLI_TIMEOUT":"","NODE_PATH":""}}'
JSON
{
"mcpServers": {
"wechat-devtools-mcp": {
"command": "uvx",
"args": [
"wechat-devtools-mcp"
],
"env": {
"WECHAT_DEVTOOLS_CLI": "",
"WECHAT_PROJECT_PATH": "",
"WECHAT_CLI_TIMEOUT": "",
"NODE_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.