Exa Search MCP Server
Semantic and keyword web search powered by the Exa AI search API.
claude_desktop_config.json
{
"mcpServers": {
"server-exa": {
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "your-api-key-here"
}
}
}
} Environment Variables
| Variable | Required | Description |
|---|---|---|
EXA_API_KEY | ✓ Required | Exa API key for performing search requests. |
Setup Instructions
- Ensure Node.js 18+ is installed on your system.
-
Copy the config block above into your
claude_desktop_config.jsonfile (typically at~/.config/claude/claude_desktop_config.jsonon macOS/Linux or%APPDATA%\Claude\claude_desktop_config.jsonon Windows). - Set the
EXA_API_KEYenvironment variable: Exa API key for performing search requests. - Restart your AI client to apply the config.