Skip to content
Cursor

MCPfinder - MCP Server Discovery for Cursor

dev.mcpfinder/server

Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery.

client:Cursor transport:stdio runtime:npm

Install MCPfinder - MCP Server Discovery in Cursor

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

{
  "mcpServers": {
    "server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mcpfinder/server"
      ]
    }
  }
}

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

MCPfinder - MCP Server Discovery in other clients