Agent-first MCP server for WeChat Mini Program debugging & automation via WeChat DevTools.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like weapp-agent-mcp.
npx -y @chaixueyuan/weapp-agent-mcp{
"WEAPP_WS_ENDPOINT": "YOUR_VALUE_HERE",
"WEAPP_AUTOMATOR_MODE": "YOUR_VALUE_HERE",
"WEAPP_PROJECT_PATH": "YOUR_VALUE_HERE",
"WECHAT_DEVTOOLS_CLI_PATH": "YOUR_VALUE_HERE",
"WEAPP_DEVTOOLS_PORT": "YOUR_VALUE_HERE",
"WEAPP_DEVTOOLS_TIMEOUT": "YOUR_VALUE_HERE",
"WEAPP_AUTO_ACCOUNT": "YOUR_SECRET_VALUE",
"WEAPP_DEVTOOLS_TICKET": "YOUR_SECRET_VALUE",
"WEAPP_TRUST_PROJECT": "YOUR_VALUE_HERE",
"WEAPP_DEVTOOLS_ARGS": "YOUR_VALUE_HERE",
"WEAPP_DEVTOOLS_CWD": "YOUR_VALUE_HERE",
"WEAPP_AUTOCLOSE": "YOUR_VALUE_HERE",
"WEAPP_AUTOLAUNCH": "YOUR_VALUE_HERE",
"WEAPP_LAUNCH_TIMEOUT": "YOUR_VALUE_HERE",
"WEAPP_CONNECT_TIMEOUT": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-chaixueyuan-weapp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"@chaixueyuan/weapp-agent-mcp"
],
"env": {
"WEAPP_WS_ENDPOINT": "YOUR_VALUE_HERE",
"WEAPP_AUTOMATOR_MODE": "YOUR_VALUE_HERE",
"WEAPP_PROJECT_PATH": "YOUR_VALUE_HERE",
"WECHAT_DEVTOOLS_CLI_PATH": "YOUR_VALUE_HERE",
"WEAPP_DEVTOOLS_PORT": "YOUR_VALUE_HERE",
"WEAPP_DEVTOOLS_TIMEOUT": "YOUR_VALUE_HERE",
"WEAPP_AUTO_ACCOUNT": "YOUR_SECRET_VALUE",
"WEAPP_DEVTOOLS_TICKET": "YOUR_SECRET_VALUE",
"WEAPP_TRUST_PROJECT": "YOUR_VALUE_HERE",
"WEAPP_DEVTOOLS_ARGS": "YOUR_VALUE_HERE",
"WEAPP_DEVTOOLS_CWD": "YOUR_VALUE_HERE",
"WEAPP_AUTOCLOSE": "YOUR_VALUE_HERE",
"WEAPP_AUTOLAUNCH": "YOUR_VALUE_HERE",
"WEAPP_LAUNCH_TIMEOUT": "YOUR_VALUE_HERE",
"WEAPP_CONNECT_TIMEOUT": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
weapp-agent-mcp is an MCP server for Agent-first MCP server for WeChat Mini Program debugging & automation via WeChat DevTools.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y @chaixueyuan/weapp-agent-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @chaixueyuan/weapp-agent-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @chaixueyuan/weapp-agent-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @chaixueyuan/weapp-agent-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @chaixueyuan/weapp-agent-mcp. Add required environment variables before starting Cursor or VS Code.
weapp-agent-mcp uses STDIO transport. Use the package or command config in Install.
weapp-agent-mcp inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
weapp-agent-mcp does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@chaixueyuan/weapp-agent-mcpstdio | npm | 0.4.7 | Env: WEAPP_WS_ENDPOINT Env: WEAPP_AUTOMATOR_MODE Env: WEAPP_PROJECT_PATH Env: WECHAT_DEVTOOLS_CLI_PATH Env: WEAPP_DEVTOOLS_PORT Env: WEAPP_DEVTOOLS_TIMEOUT Env: WEAPP_AUTO_ACCOUNT secret Env: WEAPP_DEVTOOLS_TICKET secret Env: WEAPP_TRUST_PROJECT Env: WEAPP_DEVTOOLS_ARGS Env: WEAPP_DEVTOOLS_CWD Env: WEAPP_AUTOCLOSE Env: WEAPP_AUTOLAUNCH Env: WEAPP_LAUNCH_TIMEOUT Env: WEAPP_CONNECT_TIMEOUT |