What is the ai.shawndurrani/mcp-registry MCP server?
Search the public MCP Registry; discover servers and copy SSE URLs.
How to install ai.shawndurrani/mcp-registry
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-registry": {
"url": "https://mcp-registry.shawndurrani.ai/sse"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-registry": {
"serverUrl": "https://mcp-registry.shawndurrani.ai/sse"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-registry": {
"type": "http",
"url": "https://mcp-registry.shawndurrani.ai/sse"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-registry.shawndurrani.ai/sse"
]
}
}
}Claude Code
claude mcp add --transport sse mcp-registry https://mcp-registry.shawndurrani.ai/sseRelated MCP servers
Search-only commerce MCP server backed by Stripe (test)