mcp-server
About
MCP server for mobileproxy.space — manage your mobile proxies from Claude, Cursor, Windsurf.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MOBILEPROXY_API_KEY MOBILEPROXY_API_BASE MOBILEPROXY_TIMEOUT_MS MOBILEPROXY_DEBUGClaude Code
claude mcp add --env MOBILEPROXY_API_KEY= --env MOBILEPROXY_API_BASE= --env MOBILEPROXY_TIMEOUT_MS= --env MOBILEPROXY_DEBUG= mcp-server -- npx @mobileproxy/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server","command":"npx","args":["@mobileproxy/mcp-server"],"env":{"MOBILEPROXY_API_KEY":"","MOBILEPROXY_API_BASE":"","MOBILEPROXY_TIMEOUT_MS":"","MOBILEPROXY_DEBUG":""}}'
JSON
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"@mobileproxy/mcp-server"
],
"env": {
"MOBILEPROXY_API_KEY": "",
"MOBILEPROXY_API_BASE": "",
"MOBILEPROXY_TIMEOUT_MS": "",
"MOBILEPROXY_DEBUG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.