An HTTP/HTTPS MITM proxy with full traffic capture, exposed as an MCP server so LLMs can inspect, filter, and analyze network traffic through natural language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"httpproxymcp": {
"command": "npx",
"args": [
"-y",
"sailro/HttpProxyMcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add httpproxymcp npx -y sailro/HttpProxyMcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"httpproxymcp": {
"command": "npx",
"args": [
"-y",
"sailro/HttpProxyMcp"
]
}
}
}
📋 Copy