Fiddler-MCP-Server

lucas-link-code/Fiddler-MCP-Server
★ 5 stars Python AI/LLM Updated 4d ago
Natural language interface for analysing Fiddler traffic using Google Gemini AI with MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fiddler-mcp-server": {
      "command": "uvx",
      "args": [
        "fiddler-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install fiddler-mcp-server