Proxyman MCP
About
Proxyman MCP allows AI to inspect HTTP traffic, create debugging rules, and control Proxyman - all through natural language conversations.
Details
- Author
- Unknown
- Categories
- Developer Tools, Infrastructure
Jump to
- Inspect captured traffic— Ask the AI to list recent HTTP flows withget_flowsand drill into full request/response details withget_flow_detail.
- Create debugging rules via conversation— Set up breakpoints, map local, map remote, or blacklist rules usingcreate_breakpoint,create_map_local,create_map_remote, andcreate_blacklist.
- Control the proxy session— Start or stop recording withtoggle_recordingand clear all captured flows withclear_session.
- Export requests as code— Export a captured flow as a cURL command withexport_flow_curlor generate client code in 18+ languages usinggenerate_code.
- Manage SSL decryption— Enable HTTPS decryption for a domain withenable_ssl_proxyingand check certificate installation status viaget_certificate_status.
- Configure advanced proxy settings— Set an upstream external proxy withset_external_proxy, create reverse proxy entries withcreate_reverse_proxy, or toggle no-caching behavior.
For the complete documentation index, seellms.txt. Markdown versions of documentation pages are available by appending.mdto page URLs; this page is available asMarkdown.
Proxyman MCP(Model Context Protocol) is a feature that enables AI assistants (Claude, Cursor, and other MCP-compatible tools) to directly interact with the Proxyman macOS app. It allows AI to inspect HTTP traffic, create debugging rules, and control Proxyman - all through natural language conversations.
The architecture consists of two components:
- MCP HTTP Server- Runs inside Proxyman app on localhost with token-based authentication
- MCP CLI Server- A stdio-based MCP server that AI tools connect to, which forwards commands to Proxyman
{% hint style="info" %} Check out theProxyman SKILL.mdfor your AI Agents {% endhint %}
- Show me the last 10 API requests to api.example.com
- Create a breakpoint for all POST requests to /api/users
- Export the failed request as a cURL command
- Enable SSL proxying for *.stripe.com
- Create a new Script to change the status code, headers, body.
- Create Map Local, Breakpoint Tools with given URL
- Enable MCP in Proxyman
- Open Proxyman → Settings → MCP Tab
- ToggleEnable MCP Server to start the MCP Server
codex mcp add proxyman -- "/Applications/Proxyman.app/Contents/MacOS/mcp-server"
codex mcp add proxyman -- "/Applications/Setapp/Proxyman.app/Contents/MacOS/mcp-server"
claude mcp add proxyman --transport stdio -- "/Applications/Proxyman.app/Contents/MacOS/mcp-server"
claude mcp add proxyman --transport stdio -- "/Applications/Setapp/Proxyman.app/Contents/MacOS/mcp-server"
Depend on what your AI Agents are, you have to edit the Agent Settings, to use Proxyman MCP. Here is the sample setting.json:
{ "mcpServers": { "proxyman": { "command": "/Applications/Proxyman.app/Contents/MacOS/mcp-server" } } }
{ "mcpServers": { "proxyman": { "command": "/Applications/Setapp/Proxyman.app/Contents/MacOS/mcp-server" } } }
- Ensure Proxyman is running
- Ask your AI assistant to interact with Proxyman.
- Built-in knowledge base covering iOS, Android, browsers, terminal, VPN, localhost, and third-party libraries
- New commands: answer_setup_question, search_docs, list_setup_workflows, open_proxyman_screen, run_guided_setup, create_reverse_proxy
- MCP resources and prompt templates for chat clients
- Reverse proxy create/list support
- The server binds to127.0.0.1only (no network exposure)
- Per-session cryptographic token stored in~/Library/Application Support/com.proxyman.NSProxy/mcp-handshake.json
- The handshake file has0600permissions (owner-only access)
- Sensitive data (auth tokens, passwords, API keys) is automatically redacted in responses
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Drives an Android emulator or a real device over adb: screenshots, UI hierarchy with true device-pixel coordinates, tap and type, app lifecycle, logcat, and Gradle builds and tests.
Control Android devices via the Android Debug Bridge (ADB).
An agentic toolkit to control, debug, and profile iOS and Android apps.
A Playwright-based MCP server that exposes a live browser as a traceable, inspectable, debuggable and controllable execution environment for AI agents.
The deepest Android Debug Bridge MCP server — 147 tools from UI to baseband.
A developer tool for testing and debugging MCP servers with a web-based UI.
MCP Inspector is a developer tool for testing, debugging, and inspecting MCP servers through a web UI and proxy workflow.
A developer tool for testing and debugging MCP servers.
A developer tool for testing and debugging MCP servers, supporting STDIO, SSE, and Streamable HTTP protocols.
Manage local Whistle proxy servers through AI assistants, simplifying network debugging, API testing, and rule management.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





