Back to MCP Servers

Blockrun

Access 30+ AI models (GPT-5, Claude, Gemini, Grok, DeepSeek) without API keys. Pay-per-use via x402 micropayments with USDC on Base.

aggregatorsapiai

Installation

npx -y blockrun-mcp

Configuration

{
  "mcpServers": {
    "blockrun-mcp": {
      "command": "npx",
      "args": ["-y", "blockrun-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub