Search & Knowledge
Exa Search MCP
Exa MCP connects your AI assistant to Exa, the search engine built specifically for AI. Perform neural/semantic searches, find similar pages, extract content, and get search results optimized for LLM consumption. Unlike traditional search, Exa understands meaning and context.
Stars
3.8k
Installs
75.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 3.8k · catalog
- Freshness: Updated 2026-01-25
- Used in 2 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: EXA_API_KEY
- · Node.js 18+
Reference command
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": {
"EXA_API_KEY": "<your-api-key>"
}
}
}
}