Skip to content
Claude Desktop

MCP Stdio for Claude Desktop

io.github.shigechika/mcp-stdio

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

client:Claude Desktop transport:stdio runtime:pypi

Install MCP Stdio in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

MCP Stdio in other clients