Odel
MCP Stdio

MCP Stdio

Local
@shigechika8PythonMITUpdated 2w ago

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-stdiov0.43.6

Run

uvx mcp-stdio

MCP client config

{
  "mcpServers": {
    "mcp-stdio": {
      "command": "uvx",
      "args": [
        "mcp-stdio"
      ]
    }
  }
}