Relay runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from pypi. Last commit 28 Jan 2026.
MCP relay server for Claude Desktop <-> Claude Code communication
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"
}
}
}
Answers built from our own checks of this server.