Agent-first MCP server for WeChat Mini Program debugging & automation via WeChat DevTools.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@chaixueyuan/weapp-agent-mcp · npm · 0.4.8
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Chaixueyuan/weapp-agent-mcp",
"description": "Agent-first MCP server for WeChat Mini Program debugging & automation via WeChat DevTools.",
"repository": {
"url": "https://github.com/Chaixueyuan/weapp-agent-mcp",
"source": "github"
},
"version": "0.4.8",
"packages": [
{
"registryType": "npm",
"identifier": "@chaixueyuan/weapp-agent-mcp",
"version": "0.4.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Automation WebSocket endpoint for the 'connect' flow (e.g. ws://localhost:9420). When a local endpoint is not listening and auto-launch is enabled, mp_ensureConnection may start DevTools if it can resolve a project.",
"format": "string",
"name": "WEAPP_WS_ENDPOINT"
},
{
"description": "Force 'launch' or 'connect' mode. Defaults to 'launch' unless WEAPP_WS_ENDPOINT is set.",
"format": "string",
"name": "WEAPP_AUTOMATOR_MODE"
},
{
"description": "Optional Mini Program project directory used by launch and local auto-launch flows. The server can also resolve a persisted default, a recent project, or the current working directory.",
"format": "string",
"name": "WEAPP_PROJECT_PATH"
},
{
"description": "Optional override for the WeChat DevTools CLI binary path (e.g. /Applications/wechatwebdevtools.app/Contents/MacOS/cli on macOS).",
"format": "string",
"name": "WECHAT_DEVTOOLS_CLI_PATH"
},
{
"description": "Automation websocket port passed to 'cli auto --auto-port' in launch mode (default 9420).",
"format": "string",
"name": "WEAPP_DEVTOOLS_PORT"
},
{
"description": "Milliseconds passed to miniprogram-automator when launching WeChat DevTools.",
"format": "string",
"name": "WEAPP_DEVTOOLS_TIMEOUT"
},
{
"description": "Optional account passed to miniprogram-automator launch.",
"format": "string",
"isSecret": true,
"name": "WEAPP_AUTO_ACCOUNT"
},
{
"description": "Optional DevTools launch ticket.",
"format": "string",
"isSecret": true,
"name": "WEAPP_DEVTOOLS_TICKET"
},
{
"description": "Whether launch mode should trust the project. Accepts true/false, 1/0, yes/no, or on/off.",
"format": "string",
"name": "WEAPP_TRUST_PROJECT"
},
{
"description": "Additional whitespace-separated CLI arguments passed during launch.",
"format": "string",
"name": "WEAPP_DEVTOOLS_ARGS"
},
{
"description": "Optional working directory passed to the DevTools launch process.",
"format": "string",
"name": "WEAPP_DEVTOOLS_CWD"
},
{
"description": "Whether to close or disconnect the automator session after each tool call. Accepts true/false, 1/0, yes/no, or on/off.",
"format": "string",
"name": "WEAPP_AUTOCLOSE"
},
{
"description": "Allow mp_ensureConnection to launch local WeChat DevTools with cli auto when the configured local automation port is not listening. Defaults to enabled; set false to disable.",
"format": "string",
"name": "WEAPP_AUTOLAUNCH"
},
{
"description": "Milliseconds to wait for a locally auto-launched automation port (default 45000).",
"format": "string",
"name": "WEAPP_LAUNCH_TIMEOUT"
},
{
"description": "Milliseconds to wait for an automator websocket connection (default 45000).",
"format": "string",
"name": "WEAPP_CONNECT_TIMEOUT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-01T08:05:32.708224Z",
"publishedAt": "2026-07-01T08:05:32.708224Z",
"updatedAt": "2026-07-01T08:05:32.708224Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.8last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.