claude-relay-service (MCP Server)

GitHub

CRS-自建Claude Code镜像,一站式开源中转服务,让 Claude、OpenAI、Gemini、Droid 订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "claude-relay-service": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-relay-service"
      ]
    }
  }
}