MCP Stdio runs on your own machine — the client starts it, so there is no endpoint to ping. 6 370 installs a week from pypi. Last commit 2 Aug 2026.
Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers
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-stdio -- uvx mcp-stdio
{
"mcpServers": {
"mcp-stdio": {
"args": [
"mcp-stdio"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-stdio]
command = "uvx"
args = ["mcp-stdio"]
{
"mcpServers": {
"mcp-stdio": {
"args": [
"mcp-stdio"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-stdio": {
"args": [
"mcp-stdio"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.