mcpbeat Sign in

Bridgekitty MCP Server

by persistenceone Your server? Claim it
local only

Bridgekitty runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 16 Jun 2026.

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

Installs per day peak 31 · avg 8 · -21% w/w
a month agotoday
41
Installs / week
npm · @persistenceone/bridgekitty
0
Stars
0 open issues
16 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bridgekitty every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bridgekitty -- npx -y @persistenceone/bridgekitty
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bridgekitty": {
      "args": [
        "-y",
        "@persistenceone/bridgekitty"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bridgekitty]
command = "npx"
args = ["-y", "@persistenceone/bridgekitty"]
.cursor/mcp.json
{
  "mcpServers": {
    "bridgekitty": {
      "args": [
        "-y",
        "@persistenceone/bridgekitty"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bridgekitty": {
      "args": [
        "-y",
        "@persistenceone/bridgekitty"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LIFI_API_KEY (LI.FI API key for enhanced rate limits (optional, works without)), SQUID_INTEGRATOR_ID (Squid integrator ID (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bridgekitty

same job, measured the same way
Onlyswaps
by nicofains1

DEX meta-aggregator for AI agents. Best prices from 15+ aggregators across 13 chains.

37 installs/wk local only
aeX402 — Cross-Chain DeFi MCP: LINQ, AMM, Bridge, AI
by aex402

Agent MCP for DeFi: cross-chain LINQ fan-out, AMM quotes/swaps, bridge, AI. Solana+EVM. Free+x402.

33 tools answering
Haiku DeFi MCP
by haiku-trading

DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains.

53 installs/wk local only
GotCashback
by gotcashback

Compare cashback rates across portals and discounted gift cards for stores in 30+ countries.

18 tools answering
Multi-Bridge
by evozim

Cross-chain pathfinder and bridge routing optimization using Li.Fi.

answering
Relay
by reservoirprotocol

Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol.

39 installs/wk local only
Relay
by relayprotocol

Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol.

local only
RAVN
by ravn

Cross-chain swap aggregator across 16+ chains, incl. native Bitcoin/Solana. 0% fees, non-custodial.

10 tools answering

Bridgekitty — questions

Answers built from our own checks of this server.

Why is there no uptime for Bridgekitty?
Bridgekitty runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @persistenceone/bridgekitty was installed 41 times last week.
How do I connect Bridgekitty?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @persistenceone/bridgekitty straight from npm; nothing to host, nothing to sign up for.
How many people use Bridgekitty?
The npm package @persistenceone/bridgekitty was installed 41 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bridgekitty open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.