Skip to content
Grok

wechat devtools for Grok

io.github.watertian/wechat-devtools

MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.

client:Grok transport:stdio runtime:pypi

Install wechat devtools in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wechat-devtools": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

wechat devtools in other clients