wechat devtools mcp for Cline
io.github.watertian/wechat-devtools-mcp
MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs.
client:Cline
transport:stdio
runtime:pypi
Install wechat devtools mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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": "<WECHAT_CLI_TIMEOUT>",
"NODE_PATH": "<NODE_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs