← Back to Plugins
MCP Server MCP

io.github.WaterTian/wechat-devtools-mcp

github By github 👁 1 views ▲ 0 votes

MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs.

Homepage Verified source GitHub

Install

uvx wechat-devtools-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "wechat-devtools-mcp",
      "version": "0.9.15",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "微信开发者工具 CLI 路径。Windows: C:\\Program Files (x86)\\Tencent\\微信web开发者工具\\cli.bat;macOS: /Applications/wechatwebdevtools.app/Contents/MacOS/cli",
          "isRequired": true,
          "name": "WECHAT_DEVTOOLS_CLI"
        },
        {
          "description": "默认小程序项目绝对路径,例如 D:\\Projects\\MyMiniApp",
          "isRequired": true,
          "name": "WECHAT_PROJECT_PATH"
        },
        {
          "description": "CLI 命令超时时间(秒)",
          "default": "30",
          "name": "WECHAT_CLI_TIMEOUT"
        },
        {
          "description": "Node.js 可执行文件路径",
          "default": "node",
          "name": "NODE_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...