miniapp-cdp-mcp / setup / cursor
Setup guide

Set up miniapp-cdp-mcp in Cursor

communitystdiodestructive capable

微信小程序逆向工程 MCP 服务器,让你的 AI 编码助手(如 Claude、Cursor、Antigravity)能够直接通过 Chrome DevTools Protocol (CDP) 调试和分析微信小程序(包括微信开发者工具或 PC 端微信小程序)中的 JavaScript 代码。


01Configuration
{ "mcpServers": { "miniapp-cdp-mcp": { "command": "uvx", "args": [ "--from", "miniapp-cdp", "miniapp-cdp-mcp" ] } } }

Add this to .cursor/mcp.json. Generated from the captured install method (uvx); the mcpServers shape is shared across Claude Desktop, Cursor, Windsurf, Cline, and VS Code.


02Steps
  1. Make sure Cursor is installed and up to date.
  2. Open .cursor/mcp.json and add the block above (merge into any existing mcpServers).
  3. Provide any required API keys/credentials as environment variables.
  4. Restart Cursor and confirm miniapp-cdp-mcp’s tools appear.

03Other runtimes

04Provenance
config_sourcegenerated from captured install method
last_checked2026-07-09 08:29Z
sourcesGitHub repo search [p4]

Next step

Want agents that act within guardrails? Apex is the live governed-agent product — paced, capped, and fully-logged actions with approvals before anything runs.

Explore Apex →

See also: server page · is it safe? · alternatives

Set up miniapp-cdp-mcp MCP in Cursor — MCPExplorer