@mcprelay/client v1.0.0
MCPRelay Client
MCP client for MCPRelay proxy service - provides secure web access for AI agents like Claude.
Installation
npm install -g @mcprelay/clientQuick Setup
Install the client globally:
npm install -g @mcprelay/clientConfigure Claude Desktop:
Add this to your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%APPDATA%\Claude\claude_desktop_config.jsonLinux:~/.config/Claude/claude_desktop_config.json{ "mcpServers": { "mcprelay": { "command": "mcprelay-client", "env": { "PROXY_API_URL": "https://api.mcprelay.dev" } } } }Restart Claude Desktop and start using!
Available Tools
fetch_with_proxy
Fetches URLs using smart proxy selection:
Use fetch_with_proxy to get content from https://example.comget_proxy_stats
View your usage statistics:
Show my proxy usage stats for the last 7 daysget_balance
Check your current credit balance:
What's my current MCPRelay balance?Features
✅ Secure - Your API keys never leave MCPRelay's servers
✅ Simple - No API key management needed
✅ Fast - MCP runs locally, minimal latency
✅ Smart - Automatic proxy selection based on site requirements
✅ Transparent - Clear usage tracking and costs
How It Works
Claude Desktop → MCPRelay Client → MCPRelay API → Web ContentThe client runs locally and securely proxies requests through MCPRelay's infrastructure.
Support
- Website: https://mcprelay.dev
- Issues: https://github.com/yourusername/mcp-proxy-service/issues
- Docs: https://mcprelay.dev/docs
License
MIT
6 months ago