Odel
weapp agent mcp

weapp agent mcp

Local
@chaixueyuan14TypeScriptMITUpdated 2mo ago

Agent-first MCP server for WeChat Mini Program debugging & automation via WeChat DevTools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@chaixueyuan/weapp-agent-mcpv0.4.8

Run

npx -y @chaixueyuan/weapp-agent-mcp

MCP client config

{
  "mcpServers": {
    "weapp-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chaixueyuan/weapp-agent-mcp"
      ]
    }
  }
}