OpenRouterMCPServer

homer2000/OpenRouterMCPServer
★ 1 stars C++ API Integration Updated 1mo ago
MCP-сервер на C++/Qt для работы с OpenRouter API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openroutermcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "homer2000/OpenRouterMCPServer"
      ]
    }
  }
}