Skip to content
Cursor

open mcp registry for Cursor

io.github.onticx/open-mcp-registry

Search and discover MCP servers from the MCP Registry.

client:Cursor transport:stdio runtime:pypi

Install open mcp registry in Cursor

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

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

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

open mcp registry in other clients