
Wechat Devtools Mcp
Use the aggregated WeChat DevTools MCP (7 APIs) so your agent can run richer Mini Program dev and test operations through one stdio server.
Overview
io.github.WaterTian/wechat-devtools-mcp is a Build-phase MCP server that exposes 7 aggregated WeChat DevTools CLI APIs for agent-driven Mini Program development and testing.
What is this MCP server?
- 7 aggregated APIs over the WeChat DevTools CLI for development and testing workflows
- PyPI package v0.9.9 via uvx with stdio MCP transport
- Documented CLI paths for Windows Program Files and macOS wechatwebdevtools.app bundle
- WECHAT_CLI_TIMEOUT default 30 seconds (tighter than the sibling 0.1.0 package)
- Same required env vars: WECHAT_DEVTOOLS_CLI and WECHAT_PROJECT_PATH plus optional NODE_PATH
- 7 aggregated APIs documented in the server description
- Package version 0.9.9 on MCP schema 2025-12-11
- Default WECHAT_CLI_TIMEOUT of 30 seconds
Community signal: 53 GitHub stars.
What problem does it solve?
Raw CLI scripting fragments across many commands, making it hard for an agent to reliably run the full Mini Program dev-and-test loop.
Who is it for?
Builders who want the newer aggregated API surface (v0.9.9) instead of the minimal 0.1.0 wechat-devtools wrapper.
Skip if: Non-WeChat products, headless CI without DevTools GUI/CLI, or teams that cannot install Tencent’s developer tools locally.
What do I get? / Deliverables
Installing this MCP gives your agent a single aggregated surface—7 APIs—to drive WeChat DevTools from the editor with one configured project path.
- Seven aggregated DevTools API endpoints usable from MCP clients
- Agent-driven local Mini Program dev and test automation
Recommended MCP Servers
Journey fit
How it compares
Seven-API aggregated DevTools MCP (v0.9.9), not the slimmer io.github.WaterTian/wechat-devtools 0.1.0 entry nor a cloud mini program host.
Common Questions / FAQ
Who is io.github.WaterTian/wechat-devtools-mcp for?
WeChat Mini Program developers using MCP-enabled agents who need a fuller CLI aggregation layer than the basic wechat-devtools package.
When should I use io.github.WaterTian/wechat-devtools-mcp?
Choose it when you are actively building or regression-testing a mini program and want seven bundled DevTools operations callable from your agent.
How do I add io.github.WaterTian/wechat-devtools-mcp to my agent?
Configure stdio MCP with the wechat-devtools-mcp PyPI identifier via uvx, set CLI and project paths per README, optional timeout and NODE_PATH, then add the server to your agent’s MCP config.