Cursor logo Add Exa MCP Server to Cursor

Licensenpm latest releaseDownloadsGitHub Stars
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
/exa-labs/exa-mcp-server
{
  "exa": {
    "command": "npx",
    "args": [
      "-y",
      "mcp-remote",
      "https://mcp.exa.ai/mcp?exaApiKey=your-exa-api-key"
    ]
  }
}