Back to Apps

Charles MCP
Supports UIby heizaheiza
Charles Proxy MCP server for live traffic capture, structured network analysis, and reverse engineering workflows.
0 stars
Works in:CursorCodexWindsurf
Exposes:ToolsResources
What it does\nCharles MCP integrates Charles Proxy with AI agents, providing a structured way to analyze live and recorded network traffic. It transforms raw HTTP captures into agent-friendly summaries, facilitating network debugging and API reverse engineering.\n\n## Tools\n- start_live_capture: Initiate real-time traffic observation.\n- read_live_capture: Incrementally read new traffic entries.\n- group_capture_analysis: Aggregate traffic by host, path, or status.\n- get_traffic_entry_detail: Drill down into specific request/response details.\n- analyze_recorded_traffic: Perform structured analysis on historical .chlsj files.\n- reverse_replay_entry: Replay captured requests to verify behavior.\n- reverse_discover_signature_candidates: Identify potential authentication or signature fields.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "charles": {\n "command": "uvx",\n "args": ["charles-mcp"],\n "env": {\n "CHARLES_USER": "admin",\n "CHARLES_PASS": "123456",\n "CHARLES_MANAGE_LIFECYCLE": "false"\n }\n }\n }\n}\n\n\n## Supported hosts\n- Claude Code\n- Claude Desktop\n- Cursor\n- Codex\n- Windsurf
Quick install
uvx charles-mcpInformation
- Pricing
- free
- Published
- 4/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or mcp config entryCursor
Add to mcp.json in ~/.cursor/ or project .cursor/Windsurf
Add to mcp_config.json entryClaude Desktop
{
"mcpServers": {
"charles": {
"command": "uvx",
"args": ["charles-mcp"],
"env": {
"CHARLES_USER": "admin",
"CHARLES_PASS": "123456",
"CHARLES_MANAGE_LIFECYCLE": "false"
}
}
}
}





