Works with MCP-Compatible AI Tools
Coronium Mobile Proxy MCP Server
Enable Claude, Cursor, Windsurf, and other AI assistants to authenticate and manage your Coronium mobile proxies through the Model Context Protocol. Open-source, secure, and production-ready.
remote: Enumerating objects: 147, done.
remote: Total 147 (delta 0), reused 0 (delta 0), pack-reused 147
Receiving objects: 100% (147/147), 42.31 KiB | 2.11 MiB/s, done.
dist/server.js 42.3kb
dist/index.js 18.7kb
Quick Start Installation
Install, configure, and start managing proxies in under 5 minutes
Install
Clone and build the server
- โข Coronium Account
- โข Node.js 18+
- โข Git
Configure
Add to your AI tool
Claude Desktop Config:
{ "mcpServers": { "coronium": { "command": "node", "args": ["/path/to/coronium-proxy-mcp/dist/server.js"], "env": { "CORONIUM_LOGIN": "your@email.com", "CORONIUM_PASSWORD": "your-password" } } } }
โ ๏ธ MCP Compatibility:โ
Claude Desktop - Fully supported
โณ Cline - In development
โ Cursor, Continue - Not MCP-compatible yet
Use
Start managing proxies
Example Commands:
Auto-Authentication: The AI will authenticate automatically on first use using your configured credentials.
Configuration File Locations
Available Commands
coronium_get_token
Authenticate (auto-runs)coronium_get_proxies
List all proxiescoronium_get_crypto_balance
BTC/USDT balancescoronium_get_credit_cards
Saved payment methodscoronium_check_token
Verify auth statusEnvironment Variables
# Required CORONIUM_LOGIN=your@email.com CORONIUM_PASSWORD=your-password # Optional TOKEN_ENCRYPTION_KEY=your-32-byte-hex LOG_LEVEL=info # debug, info, warn, error
Generate key: openssl rand -hex 32
Key Features
Built with security and simplicity in mind, our MCP server provides everything you need to integrate Coronium proxies with Claude Desktop.
Secure Authentication
Token-based auth with AES-256-CBC encryption for maximum security
Persistent Sessions
Encrypted token storage between Claude sessions for seamless experience
Environment Config
Keep credentials secure in .env files, never exposed in code
Simple Integration
Two-step setup with Claude Desktop - install and configure
Available MCP Tools
Four powerful tools to manage your Coronium proxies directly from Claude
coronium_get_token
Authenticate and obtain access token
Parameters: login (optional), password (optional)
coronium_check_token
Verify if stored token is valid
Parameters: token (optional)
coronium_get_proxies
List all mobile proxies with connection details
Parameters: token (optional)
coronium_get_crypto_balance
Get cryptocurrency balance and payment addresses
Parameters: token (optional)
AI IDE Configuration
Configure your AI IDE (Claude, Cursor, Windsurf) to use the MCP server with your Coronium account
Edit claude_desktop_config.json
Config File Locations
- macOS: ~/Library/Application Support/Claude/
- Windows: %APPDATA%\Claude\
- Linux: ~/.config/Claude/
{
"mcpServers": {
"coronium": {
"command": "node",
"args": ["/path/to/coronium-proxy-mcp/dist/server.js"],
"env": {
"CORONIUM_LOGIN": "your@email.com",
"CORONIUM_PASSWORD": "your-password",
"TOKEN_ENCRYPTION_KEY": "your-secure-key",
"LOG_LEVEL": "info"
}
}
}
}
Important: Use absolute paths and restart Claude Desktop completely after saving the config.
Usage Examples
See how easy it is to manage your proxies through Claude