Skip to content
Grok

forge swap for Grok

io.github.morebetterclaw/forge-swap

FORGE Swap — cross-chain swaps via THORChain. Quote and execute BTC, ETH, RUNE, USDC swaps.

client:Grok transport:stdio runtime:npm

Install forge swap in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "forge-swap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@morebetterclaw/forge-swap"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

forge swap in other clients