exa-mcp-server (MCP Server)

GitHub

Exa MCP for web search and web crawling!

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "exa-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-exa-mcp-server"
      ]
    }
  }
}