Skip to content
Cursor

MCP Advisor for Cursor

io.github.stucchi/mcp-advisor

Browse, search, and discover MCP servers from your AI assistant

client:Cursor transport:stdio runtime:pypi

Install MCP Advisor in Cursor

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

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

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

MCP Advisor in other clients