ClawRouter (MCP Server)

GitHub

The agent-native LLM router for autonomous agents. 66 models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.

Claude Desktop Configuration

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

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