charles-mcp

cbxss/charles-mcp
★ 0 stars Rust Browser/Web Updated today
MCP server for Charles Proxy 5 — control recording/throttling/tools and inspect captured HTTP(S) traffic (Rust, rmcp).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "charles-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "charles-mcp"
      ]
    }
  }
}