Skip to content
Cursor

MCP Stdio for Cursor

io.github.shigechika/mcp-stdio

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

client:Cursor transport:stdio runtime:pypi

Install MCP Stdio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Stdio in other clients