Skip to content
Cursor

wechat devtools for Cursor

io.github.watertian/wechat-devtools

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

client:Cursor transport:stdio runtime:pypi

Install wechat devtools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

wechat devtools in other clients