1.0.0 • Published 6 months ago

@mcprelay/client v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

MCPRelay Client

MCP client for MCPRelay proxy service - provides secure web access for AI agents like Claude.

Installation

npm install -g @mcprelay/client

Quick Setup

  1. Install the client globally:

    npm install -g @mcprelay/client
  2. Configure Claude Desktop:

    Add this to your Claude Desktop config file:

    macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json

    {
      "mcpServers": {
        "mcprelay": {
          "command": "mcprelay-client",
          "env": {
            "PROXY_API_URL": "https://api.mcprelay.dev"
          }
        }
      }
    }
  3. 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.com

get_proxy_stats

View your usage statistics:

Show my proxy usage stats for the last 7 days

get_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 Content

The client runs locally and securely proxies requests through MCPRelay's infrastructure.

Support

License

MIT