Skip to content
Cursor

mcp exa for Cursor

io.github.daedalus/mcp-exa

MCP server exposing Exa websearch API

client:Cursor transport:stdio runtime:pypi

Install mcp exa in Cursor

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

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

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

mcp exa in other clients