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
We read the source, 19 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add mcp-relay -- uvx mcp-server-relay
{
"mcpServers": {
"mcp-relay": {
"args": [
"mcp-server-relay"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-relay]
command = "uvx"
args = ["mcp-server-relay"]
{
"mcpServers": {
"mcp-relay": {
"args": [
"mcp-server-relay"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-relay": {
"args": [
"mcp-server-relay"
],
"command": "uvx"
}
}
}
Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)
Zendesk MCP server for Claude Code and other MCP clients
Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.
Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.
Inter-agent communication for multi-agent Claude Code workflows.
Windows Screen Capture MCP Server — give Claude Code eyes on your desktop.
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
Answers built from our own checks of this server.