M

mitmproxy-mcp

ToolsMIT

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

Community: 19 stars
Last Updated: Apr 15, 2026
PythonMIT

You can verify all information on this page against the source repository above.

Related MCP Tools

What To Do Next

Continue from this tool into a workflow and a learn guide to shorten implementation time.