mcp registry mcp server for Cursor
io.github.wei/mcp-registry-mcp-server
MCP server for querying the official MCP registry.
client:Cursor
transport:stdio
runtime:npm
Install mcp registry mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-registry-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-registry-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs