Back to MCP Servers
Exa Search
Neural search engine designed for AI that understands meaning and finds precisely relevant content
searchwebaisemanticcommunity
By Exa
Installation
npm install -g exa-mcp-serverConfiguration
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": {
"EXA_API_KEY": "your-exa-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes