mcpbeat Sign in

Relay MCP Server

local only

Relay runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from pypi. Last commit 28 Jan 2026.

MCP relay server for Claude Desktop <-> Claude Code communication

Installs per day peak 56 · avg 18 · -31% w/w
a month agotoday
105
Installs / week
pypi · mcp-server-relay
4
Stars
0 open issues
28 Jan 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        result = subprocess.run(["osascript", "-e", script], capture_output=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Relay

same job, measured the same way
Claude Desktop Bridge
by kimiguel

Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)

78 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Bounceprotect
by fahassan00

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

75 installs/wk local only
Bounceprotect
by bounceprotect-www

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

local only
Aichat
by rcgalbo

Inter-agent communication for multi-agent Claude Code workflows.

51 installs/wk local only
Winsight
by theoewzzer

Windows Screen Capture MCP Server — give Claude Code eyes on your desktop.

65 installs/wk local only
Claudex
by kunwar-shah

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

84 installs/wk local only
I
Feedlio
by itechsoftsolution16

Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.

136 installs/wk local only

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 pypi package mcp-server-relay was installed 105 times last week.
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 mcp-server-relay straight from pypi; nothing to host, nothing to sign up for.
How many people use Relay?
The pypi package mcp-server-relay was installed 105 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Relay open source?
Yes — it is published under the MIT licence, written in Python and 4 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.