Wechat Devtools MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 192 installs a week from pypi. Last commit 4 Sep 2026.
MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs.
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return os.path.join(proj, mp_root)
out = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add wechat-devtools-mcp -- uvx wechat-devtools-mcp
{
"mcpServers": {
"wechat-devtools-mcp": {
"args": [
"wechat-devtools-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.wechat-devtools-mcp]
command = "uvx"
args = ["wechat-devtools-mcp"]
{
"mcpServers": {
"wechat-devtools-mcp": {
"args": [
"wechat-devtools-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"wechat-devtools-mcp": {
"args": [
"wechat-devtools-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
WECHAT_DEVTOOLS_CLI (微信开发者工具 CLI 路径。Windows: C:\Program Files (x86)\Tencent\微信web开发者工具\cli.bat;macOS: /Applications/wechatwebdevtools.app/Contents/MacOS/cli), WECHAT_PROJECT_PATH (默认小程序项目绝对路径,例如 D:\Projects\MyMiniApp), WECHAT_CLI_TIMEOUT (CLI 命令超时时间(秒)), NODE_PATH (Node.js 可执行文件路径).
The author declared them in the registry entry; get the values from the project itself.
MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.
MCP server for iOS and Android Mobile Development, Automation and Testing
MCP server for Appium mobile automation on iOS and Android devices with test creation tools.
MCP server for R package development using usethis, devtools, renv, and testthat
A LocalStack MCP Server providing essential tools for local cloud development & testing
Android MCP server for AI-assisted development. Build, test, emulate, and automate.
MCP server for AI-assisted coding with development history: git, tests, Copilot.
MCP server for agent-driven React Native and Expo development and mobile testing
Answers built from our own checks of this server.