mcpbeat Sign in

Weapp Agent MCP Server

by chaixueyuan Your server? Claim it
local only

Weapp Agent MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 126 installs a week from npm. Last commit 1 Jul 2026.

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

Installs per day peak 35 · avg 22 · +24% w/w
a month agotoday
126
Installs / week
npm · @chaixueyuan/weapp-agent-mcp
14
Stars
1 open issues
1 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/weappClient.ts:1836
        execFile(command, args, { timeout: 3000 }, (error, stdout) => {
Executes code built at runtime src/tools/common.ts:511
  const fn = new Function(`return (${source});`)();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add weapp-agent-mcp -- npx -y @chaixueyuan/weapp-agent-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weapp-agent-mcp": {
      "args": [
        "-y",
        "@chaixueyuan/weapp-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weapp-agent-mcp]
command = "npx"
args = ["-y", "@chaixueyuan/weapp-agent-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "weapp-agent-mcp": {
      "args": [
        "-y",
        "@chaixueyuan/weapp-agent-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weapp-agent-mcp": {
      "args": [
        "-y",
        "@chaixueyuan/weapp-agent-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WEAPP_WS_ENDPOINT (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.), WEAPP_AUTOMATOR_MODE (Force 'launch' or 'connect' mode. Defaults to 'launch' unless WEAPP_WS_ENDPOINT is set.), WEAPP_PROJECT_PATH (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.), WECHAT_DEVTOOLS_CLI_PATH (Optional override for the WeChat DevTools CLI binary path (e.g. /Applications/wechatwebdevtools.app/Contents/MacOS/cli on macOS).), WEAPP_DEVTOOLS_PORT (Automation websocket port passed to 'cli auto --auto-port' in launch mode (default 9420).), WEAPP_DEVTOOLS_TIMEOUT (Milliseconds passed to miniprogram-automator when launching WeChat DevTools.), WEAPP_AUTO_ACCOUNT (Optional account passed to miniprogram-automator launch.), WEAPP_DEVTOOLS_TICKET (Optional DevTools launch ticket.), WEAPP_TRUST_PROJECT (Whether launch mode should trust the project. Accepts true/false, 1/0, yes/no, or on/off.), WEAPP_DEVTOOLS_ARGS (Additional whitespace-separated CLI arguments passed during launch.), WEAPP_DEVTOOLS_CWD (Optional working directory passed to the DevTools launch process.), WEAPP_AUTOCLOSE (Whether to close or disconnect the automator session after each tool call. Accepts true/false, 1/0, yes/no, or on/off.), WEAPP_AUTOLAUNCH (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.), WEAPP_LAUNCH_TIMEOUT (Milliseconds to wait for a locally auto-launched automation port (default 45000).), WEAPP_CONNECT_TIMEOUT (Milliseconds to wait for an automator websocket connection (default 45000).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Weapp Agent MCP

same job, measured the same way
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Metro MCP
by steve228uk

MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP

683 installs/wk local only
Zen MCP
by sh6drack

MCP server for Zen Browser automation via WebDriver BiDi

84 installs/wk local only
Unreal Engine MCP
by chir24

MCP server for Unreal Engine 5 with 23 tools for game development automation.

225 installs/wk local only
Opsera
by opsera

Opsera AI Agent MCP server providing authenticated DevOps automation over SSE

10 tools answering
Opencut Controller
by jxue0

Professional MCP server for video editing automation with OpenCut.

51 installs/wk local only

Weapp Agent MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Weapp Agent MCP?
Weapp Agent MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @chaixueyuan/weapp-agent-mcp was installed 126 times last week.
How do I connect Weapp Agent MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @chaixueyuan/weapp-agent-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Weapp Agent MCP?
The npm package @chaixueyuan/weapp-agent-mcp was installed 126 times in the last week. Week over week that is +24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Weapp Agent MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 14 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.