mitmproxy-mcp
Overview
mitmproxy-mcp is a Python-based MITM proxy manager with MCP integration.
Capabilities
- • stdio transport support
- • authentication support
- • github integration
- • mcp client integration
- • workflow automation support
Best For
Open source Python tool for MITM proxy management with MCP integration.
Decision Snapshot
Install
available
Usage
detected in docs
Config
2 strong hints
Capabilities
5 key capabilities detected
- • GitHub stars: 19
- • Forks: 6
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 4/2/2026
Installation / Setup
python -m venv venv && source venv/bin/activate && pip install mitmproxy-mcp
Features
- • **Lifecycle Control**: Start and stop the mitmproxy instance directly from the LLM.
- • **Deep Inspection**: Capture full request/response cycles, including headers, bodies, and timing.
- • **Traffic Search & Filtering**: Scope by domain, then search flows by query/method so context stays clean.
- • **Active Interception**: Dynamic rules to inject headers, replace body content via regex, or block requests.
- • **Stealth Replay**: Re-execute flows using curl-cffi to impersonate modern browser TLS fingerprints (e.g., Chrome).
- • **Session-Aware Workflows**: Extract dynamic values (like CSRF tokens) and re-inject them into replayed traffic.
- • **Response Data Extraction**: Pull structured values from HTML/JSON responses via CSS selectors and JSONPath.
- • **API Discovery**: Group similar endpoints, identify path/query params, and export OpenAPI JSON.
Use Cases
- • Supports capabilities such as: stdio transport support; authentication support; github integration.
- • Common usage themes: mitmproxy, mcp, proxy, http.
Supported Clients / Integrations
- • stdio transport support
- • authentication support
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Notes / Requirements
- • Primary language: Python
- • License: MIT
- • Parser coverage score: 1.00
- • Source feeds: PyPI RSS + JSON API
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
mcp-ai-forever
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual Web UI and Desktop Application interfaces with cross-platform compatibility.
ha-mcp-dev
Home Assistant MCP Server enabling control of Home Assistant through MCP, with support for authentication and workflow automation.
alfanous3-mcp
An MCP (Model Context Protocol) server that exposes the Alfanous Quranic search engine as tools and resources for AI assistants.
secure-mcp-gateway
A secure middleware gateway for the Model Context Protocol (MCP), built with Python, featuring async support and guardrails for AI model context management.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.