E
Exa MCP Server
Provides AI-powered web search capabilities through the Exa API via MCP, enabling semantic search, finding similar pages, and retrieving full page contents from your AI workflow.
stdioLocalApiKeynpm
What This Server Exposes
Tools
searchfind_similarget_contents
Resources
- •search results
- •page contents
- •similar pages
Setup Instructions
- 1Sign up at exa.ai and generate an API key from dashboard.exa.ai/api-keys
- 2Add the Exa server config to your Claude Desktop configuration
- 3Set the EXA_API_KEY environment variable
- 4Restart Claude Desktop
Configuration
Claude Desktop Configuration
claude_desktop_config.json
{
"mcpServers": {
"exa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-exa"
],
"env": {
"EXA_API_KEY": "your-exa-api-key"
}
}
}
}Environment Variables
| Name | Required | Secret | Description |
|---|---|---|---|
| EXA_API_KEY | ✓ | 🔒 | Exa API key from dashboard.exa.ai/api-keys |
EXA_API_KEY
Exa API key from dashboard.exa.ai/api-keys
Required🔒 Secret
Server Manifest
No official server.json manifest found. Generate one with our MCP server.json Generator →
Compatibility
Claude DesktopClaude Code
⚠
Safety Notes
Search queries are sent to Exa's servers. Be mindful of sensitive information in queries. API usage is metered — monitor your usage to avoid unexpected charges.
This listing is for informational purposes only. CodexSpot is not affiliated with Exa MCP Server.