Skip to content
Grok

bridgekitty for Grok

io.github.persistenceone/bridgekitty

Cross-chain bridge aggregator — compares LI.FI, deBridge, Relay, Across & more for best rates.

client:Grok transport:stdio runtime:npm

Install bridgekitty in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bridgekitty": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@persistenceone/bridgekitty"
      ],
      "env": {
        "LIFI_API_KEY": "<LIFI_API_KEY>",
        "SQUID_INTEGRATOR_ID": "<SQUID_INTEGRATOR_ID>"
      }
    }
  }
}

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

bridgekitty in other clients