Proxidize MCP
About
Official MCP server for Proxidize — manage mobile & residential proxies from Claude, Cursor, and any MCP client. Rotate IPs, monitor usage.
Details
- Author
- proxidize
- Categories
- Developer Tools, Other, AI
Jump to
Setup
Install Proxidize MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/proxidize/proxidize-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Manage your mobile and residential proxies from any AI agent.
Rotate IPs, switch locations, monitor usage, tag proxies, and control access — all through natural language.
Quick Start•Tools•Configuration•Clients
MCP server for theProxidizeAPI. Gives Claude, Cursor, and other MCP clients direct access to your proxy infrastructure — no dashboard tab-switching required.
On startup it checks which Proxidize subscriptions are active on your account and registers only the relevant tools. Per Proxy plan gets proxy management tools, Per GB gets usage and access point tools, and so on.
Local(default) — this project only, private to you:
claude mcp add proxidize -e PROXIDIZE_API_TOKEN=YOUR_API_TOKEN -- npx -y @proxidize/mcp
User— all your projects, private to you:
claude mcp add proxidize --scope user -e PROXIDIZE_API_TOKEN=YOUR_API_TOKEN -- npx -y @proxidize/mcp
Project— shared with your team via.mcp.json. SetPROXIDIZE_API_TOKENin your environment and reference it with${VAR}expansion so the token stays out of version control:
claude mcp add --scope project proxidize -- npx -y @proxidize/mcp
Run/mcpinside Claude Code to verify the connection.
{ "mcpServers": { "proxidize": { "command": "npx", "args": ["-y", "@proxidize/mcp"], "env": { "PROXIDIZE_API_TOKEN": "YOUR_API_TOKEN" } } } }
Add to.mcp.jsonor your IDE's MCP config:
{ "mcpServers": { "proxidize": { "command": "npx", "args": ["-y", "@proxidize/mcp"], "env": { "PROXIDIZE_API_TOKEN": "YOUR_API_TOKEN" } } } }
- Log in to theProxidize Dashboard
- Click the avatar dropdown →Settings
- Copy your API token
Prefixed withmobile_. Only registered if you have an active Per GB mobile subscription.
Registered when at least one plan is active. Backed by the Proxidize analytics service; the query surface may evolve.
Same as mobile, prefixed withresidential_. Only registered with an active residential subscription.
On startup the server queries the subscription API to discover your active plans. Tools are registered per plan:
- per_proxy_mobile→ 14 proxy management tools
- per_gb_mobile→ 9 mobile tools
- per_gb_residential→ 9 residential tools
- Any active plan→ 3 analytics tools
- Always loaded→get_subscription,get_outbound_ip
No subscription, no subscription-specific tools. Nothing is exposed that your account can't use.
The server collects anonymous usage analytics (which tools are called, latency, and error rates) viaPostHogto help us improve it. Tool responses are never sent, and sensitive values in parameters are redacted automatically. Opt out at any time by settingPROXIDIZE_DISABLE_ANALYTICS=1(or the standardDO_NOT_TRACK=1) in the server's environment.
- Claude Code(CLI, Desktop, Web)
- Claude Desktop
- Cursor
- Windsurf
- VS Code(with MCP extension)
"PROXIDIZE_API_TOKEN is required"
Set the environment variable in your MCP server config. SeeQuick Start.
Server connects but only showsget_subscriptionandget_outbound_ip
Subscription discovery failed or found no active plans. Check that your API token is valid (regenerate it from the Proxidize dashboard under Settings) and that your account has an active subscription.
Tools return "HTTP 401: Invalid token"
Double-check the token hasn't been regenerated since you configured the server.
Increase the timeout: setPROXIDIZE_TIMEOUTto60000in your env config.
git clone https://github.com/proxidize/proxidize-mcp.git cd proxidize-mcp npm install npm run build
Then point your MCP client at the build output — e.g.claude mcp add proxidize -e PROXIDIZE_API_TOKEN=YOUR_API_TOKEN -- node /path/to/proxidize-mcp/dist/index.js.
Run the test suite withnpm test(no credentials needed — it boots the server against a mock API).
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.
Drive iOS simulators from Claude Code, Cursor or Codex by accessibility label instead of screenshot-and-tap-coordinates, with leases and a warm pool so multiple agents can share one Mac.
Unified MCP server for Xcode + iOS Simulator — build, deploy, screenshot, and interact with your iOS app from Claude Code, Cursor, or any MCP client. Built in Swift. Single binary. No Node/Python runtime required.
Crawleo MCP - Web Search & Crawl for AI Enable AI assistants to access real-time web data through native tool integration. Two Powerful Tools: web.search - Real-time web search with flexible formatting Search from any country/language Device-specific results (desktop, mobile, tablet) Multiple output formats: Enhanced HTML (AI-optimized, clean) Raw HTML (original source) Markdown (formatted text) Plain Text (pure content) Auto-crawl option for full content extraction Multi-page search support web.crawl - Deep content extraction Extract clean content from any URL JavaScript rendering support Markdown conversion Screenshot capture Multi-URL support Features: ✅ Zero data retention (complete privacy) ✅ Real-time, not cached results ✅ AI-optimized with Enhanced HTML mode ✅ Global coverage (any country/language) ✅ Device-specific search (mobile/desktop/tablet) ✅ Flexible output formats (4 options) ✅ Cost-effective (5-10x cheaper than competitors) ✅ Simple Claude Desktop integration Perfect for: Research, content analysis, data extraction, AI agents, RAG pipelines, multi-device testing
STOP UI SLOP: ground Codex, Claude Code, Cursor, and Copilot in 800,000+ real web and iOS screens before a hard finish-gate review.
next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.
Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.
Open-source Claude Code plugin replacing Read/Grep/Edit/Bash with token-efficient versions. Independently benchmarked at 57% token reduction on real codebases. 40 MCP tools.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





