Exa Search
Exa neural search for Claude. Particularly good for "find pages similar to X" and research-grade discovery.
Delv Safety Grade: A
Score 85/100 · assessed 2026-04-28
Exa is a legitimate neural search vendor offering a read-only MCP server for semantic web search. The company is venture-backed and well-known in the AI research community, though smaller than major tech vendors. The server requires only an API key and performs outbound network calls to Exa's search API, making it one of the safer MCP integrations available. Permissions are tightly scoped to search queries with no filesystem, shell, or write access. Distribution via npx is standard and the package is properly versioned on npm. The main supply chain consideration is that you're trusting Exa's hosted API with your search queries, which could leak research interests or competitive intelligence. The codebase is open source with reasonable documentation, though not as comprehensive as larger vendors. No known security incidents. Overall a low-risk integration suitable for research and discovery workflows.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREESame shape as DDG, with neural-ranked results that may rank attacker pages higher when they target the query.
Green flags
- Read-only search API with no write or execution permissions
- Well-known in AI/research community, legitimate venture-backed company
- Standard npm distribution with semantic versioning
- Open source codebase on GitHub with active maintenance
- Narrow scope limited to search queries, no filesystem or shell access
Red flags
- Requires API key stored in env, potential for key leakage if misconfigured
- Search queries sent to third-party API could leak sensitive research topics
- Smaller vendor with less security track record than major tech companies
Permissions requested
Install
npx -y exa-mcp-server
EXA_API_KEYReview
Install this if you do research, competitive intelligence, or content discovery where keyword search falls short. Skip it if you're just looking up docs or don't want to manage another API key. It's a specialist tool that earns its place when you need it.
Good at
- Semantic search actually works. It finds content by meaning, not just keywords, which is a step change for research tasks.
- The "similar to this URL" feature is unmatched for discovery. Feed it one good source and it maps the neighbourhood.
- Clean MCP integration. No fiddling with prompts or parsing. Claude just calls the tools and gets structured results.
- Official vendor support means the server stays in sync with Exa's API changes.
Watch out
- Requires a paid Exa API key. The free tier is thin, so real usage costs money.
- Results can feel opaque. Sometimes you get a match and can't immediately see why it ranked.
- Overkill for basic lookups. If you just need docs or definitions, simpler search tools are faster and cheaper.
- Hosts beyond Claude Desktop need manual config. No one-click setup for Cursor or Windsurf yet.
Getting started
Works with
Similar MCPs
- Brave SearchGive Claude real-time web search via the Brave Search API. The fastest way to add up-to-date knowledge without paying for Perplexity.
- DuckDuckGo MCPWeb search through DuckDuckGo with built-in rate limiting, SafeSearch, and content fetching, no API key required.
- Kagi SearchPrivacy-focused search via Kagi. Great if your team already pays for Kagi and wants Claude to use the same backend.
- DelvSearch the Delv AI tools, MCP, and Skills directory directly from inside your agent. Ask 'what's a good MCP for databases?' in Claude Desktop and get editorial picks, not a random link dump.