MCP Directory
Back

miniapp-cdp-mcp

by zhizhuodemao · Python · ★ 82

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

Install

pip install git+https://github.com/zhizhuodemao/miniapp-cdp-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "miniapp-cdp-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/zhizhuodemao/miniapp-cdp-mcp.git"
      ]
    }
  }
}

From the README

[English](https://github.com/zhizhuodemao/miniapp-cdp-mcp/blob/main/README_en.md) | 中文 微信小程序逆向工程 MCP 服务器,让你的 AI 编码助手(如 Claude、Cursor、Antigravity)能够直接通过 Chrome DevTools Protocol (CDP) 调试和分析微信小程序(包括微信开发者工具或 PC 端微信小程序)中的 JavaScript 代码。 - **多目标调试**: 支持在 (逻辑层)和 (渲染层)目标之间无缝切换 - **网络拦截**: 捕获、监控和过滤由小程序发起的 XHR/Fetch 请求 - **断点调试**: 设置/移除代码断点和 XHR 断点,支持在压缩混淆代码中精确定位 - **执行控制**: 暂停/恢复执行,单步调试(over/into/out)并返回源码上下文 - **脚本分析**: 列出所有加载的 JS 脚本,搜索代码,获取/保存源码 - **运行时检查**: 在断点处求值表达式,检查调用栈和作用域变量 - **WebSocket 分析**: 监控 WebSocket 连接和消息模式 - [Python](https://www.python.org/) 3.11 或更新版本 - [uv](https://docs.astral.sh/…
Read full README on GitHub →

Related other servers