mcpbeat Sign in

Relay MCP Server

by reservoirprotocol Your server? Claim it
local only

Relay runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 12 · avg 6 · +16% w/w
a month agotoday
39
Installs / week
npm · @relayprotocol/relay-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 relay-mcp -- npx -y @relayprotocol/relay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "relay-mcp": {
      "args": [
        "-y",
        "@relayprotocol/relay-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.relay-mcp]
command = "npx"
args = ["-y", "@relayprotocol/relay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "relay-mcp": {
      "args": [
        "-y",
        "@relayprotocol/relay-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "relay-mcp": {
      "args": [
        "-y",
        "@relayprotocol/relay-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RELAY_API_KEY (Optional API key for higher rate limits), RELAY_API_URL (Relay API base URL (default: https://api.relay.link)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Relay

same job, measured the same way
Relay
by relayprotocol

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

local only
Forge Swap
by morebetterclaw

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

17 installs/wk local only
Arcxs Protocol
by arcxs-protocol

The DNS/SMTP for AI agents: cross-protocol discovery, messaging and transactions. No middleman fees.

60 installs/wk local only
Multi-Bridge
by evozim

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

answering
Linkrescue MCP
by carsonroell-debug

Broken link detection with affiliate tracking, revenue loss estimation, and fixes

57 installs/wk local only
Deprecation MCP
by tsvillain

MCP server for cross-vendor API/SDK deprecation and breaking-change tracking

39 installs/wk local only
ChangeNOW
by changenow

Quote, create and track cross-chain crypto swaps. Non-custodial exchange, no account, no KYC.

7 tools answering
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

Relay — questions

Answers built from our own checks of this server.

Why is there no uptime for Relay?
Relay 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 @relayprotocol/relay-mcp was installed 39 times last week.
Is Relay still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Relay?
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 @relayprotocol/relay-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Relay?
The npm package @relayprotocol/relay-mcp was installed 39 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.