weapp-agent-mcp
Rank #9511glama/Chaixueyuan/weapp-agent-mcp
MCP server for WeChat Mini Program debugging and automation, enabling agents to perform UI operations, screenshots, and regression testing through natural language commands.
weapp-agent-mcp is a Model Context Protocol (MCP) server published by Chaixueyuan. It ranks #9511 of 58,832 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. weapp-agent-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 14, 2026 and most recently updated on May 19, 2026.
Ranks ahead of 49,321 of 58,832 servers on MCP Toplist.
Use weapp-agent-mcp
Add weapp-agent-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"weapp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"@chaixueyuan/weapp-agent-mcp"
],
"env": {
"WEAPP_WS_ENDPOINT": "<your WEAPP_WS_ENDPOINT>",
"WEAPP_AUTOMATOR_MODE": "<your WEAPP_AUTOMATOR_MODE>",
"WEAPP_PROJECT_PATH": "<your WEAPP_PROJECT_PATH>",
"WECHAT_DEVTOOLS_CLI_PATH": "<your WECHAT_DEVTOOLS_CLI_PATH>",
"WEAPP_DEVTOOLS_PORT": "<your WEAPP_DEVTOOLS_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
Chaixueyuan
Available versions (2)
| Version | Published |
|---|---|
| 0.4.4 | May 19, 2026 |
| 0.4.3 | May 14, 2026 |
Frequently asked questions
- What is weapp-agent-mcp?
- MCP server for WeChat Mini Program debugging and automation, enabling agents to perform UI operations, screenshots, and regression testing through natural language commands.
- Who maintains weapp-agent-mcp?
- weapp-agent-mcp is maintained by Chaixueyuan, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is weapp-agent-mcp an official MCP server?
- Yes — weapp-agent-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does weapp-agent-mcp have?
- MCP Toplist tracks 2 versions of weapp-agent-mcp, most recently published on May 19, 2026.
- Where can I find the source code for weapp-agent-mcp?
- The source code for weapp-agent-mcp is hosted at github.com/Chaixueyuan/weapp-agent-mcp.