Exa Search

Featured

by Exa · Web Search

2,500 stars3,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Neural search engine for AI. Search the web with meaning-based queries and get clean, LLM-ready content from any webpage.

apineural-searchsearchweb
Manual Installation

Claude Code

claude mcp add exa-search -- npx -y exa-mcp-server

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

{
  "mcpServers": {
    "exa": {
      "env": {
        "EXA_API_KEY": "your-api-key"
      },
      "args": [
        "-y",
        "exa-mcp-server"
      ],
      "command": "npx"
    }
  }
}