MCP Directory
Back

Charles-mcp

by heizaheiza · Python · ★ 193

Charles Proxy MCP server for AI agents with live capture, structured traffic analysis, and agent-friendly tool contracts

#ai-agent#charles-proxy#codex#developer-tools#mcp#mcp-server#network-debugging#openai

Install

pip install git+https://github.com/heizaheiza/Charles-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "charles-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/heizaheiza/Charles-mcp.git"
      ]
    }
  }
}

From the README

[](https://pypi.org/project/charles-mcp/) [](LICENSE) [](https://pypi.org/project/charles-mcp/) [Docs](docs/README.md) | [Tool Contract](docs/contracts/tools.md) | [AGENTS](AGENTS.md) | [Agent Workflow Guide](docs/agent-workflows.md) | [English README](README.en.md) > **仓库维护公告(2026-04-21)** > 本仓库的公开 Git 历史已于 2026-04-21 重新整理。如果你在该日期之前克隆过本仓库,请在继续贡献前重新克隆。不要从旧的本地克隆直接合并或推送,否则可能会把过期历史重新引入仓库。 Charles MCP Server 用于把 Charles Proxy 接入 MCP 客户端,让 agent 可以稳定地读取实时流量、分析历史录包,并在需要时再展开单条请求细节。 它解决的核心问题只有三个: - 录制还在进行时,agent 也能持续读取当前 session 的增量流量 - live 与 history 统一走结构化分析,不再让 agent 直接消费原始抓包字典 - 默认使用 summar…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers