@mobileproxy/mcp-server
Official@mobileproxy/mcp-server
Model Context Protocol server for mobileproxy.space — gives Claude Code, Claude Desktop, Cursor, Windsurf and other MCP-compatible agents direct control over your mobile proxies.
Quickstart
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"mobileproxy": {
"command": "npx",
"args": ["-y", "@mobileproxy/mcp-server"],
"env": {
"MOBILEPROXY_API_KEY": "your_api_key_here"
}
}
}
}Claude Code
claude mcp add mobileproxy \
--command "npx -y @mobileproxy/mcp-server" \
--env MOBILEPROXY_API_KEY=your_api_keyGet your API key at mobileproxy.space/user.html?api.
Available tools (MVP)
Tool | Kind | Description |
| read | List all proxies in your account; filter by type / id_country |
| read | Current external IP for a proxy + optional spam-blacklist check |
| read | Account balance in RUB + partner payout amount if any |
| read | All available geo locations (geoid, ISO, free-modem count); filter by country |
| read | Prices across all durations (1/3/7/14/30/60/90/180/365 d) for a country |
| mutating | Force the mobile proxy to grab a new carrier IP, with optional verify |
| mutating | Swap a proxy's modem to a different country/operator without re-buying |
| destructive | Purchase one or more proxies — spends real balance, ask before calling |
All read tools cache geo/country lookups (5–60 min) to stay friendly with the ~3 req/sec per-token rate limit.
Configuration
Env var | Default | Purpose |
| required | Your API token from |
|
| Override for dev/staging |
|
| HTTP request timeout |
|
| Set to |
Client compatibility
Client | Supported | Notes |
Claude Code CLI | ✅ |
|
Cursor | ✅ | hard-code env in config (no substitution) |
Windsurf | ✅ | as Cursor |
Cowork / CCD | ⚠️ | works but |
Claude Desktop (classic) | ✅ | put |
See docs/INSTALL.md for per-client setup and the env-var workaround.
Links
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobileproxy/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server