Delv
Official (Vendor)Active· 11d4.3by Exa

Exa Search

Exa neural search for Claude. Particularly good for "find pages similar to X" and research-grade discovery.

A
Safety & Trust

Delv Safety Grade: A

Score 85/100 · assessed 2026-04-28

Maintainer75
Permissions95
Supply chain85
Transparency80
Incidents100

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 THREE
Private dataNo
Reads secrets, credentials, private files
Untrusted inputYes
Ingests web pages, PRs, issues, emails
External commsYes
Can send data outbound

Same 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

Outbound networkAccess secrets
Assessed by Delv Editorial using public metadata. Grades are advisory and update as the ecosystem changes. They do not replace your own review of permissions and code before granting an agent access to sensitive systems.

Install

npx -y exa-mcp-server
Env vars needed: EXA_API_KEY

Review

Exa is a neural search engine that actually understands what you mean, not just what you type. Unlike Google or traditional keyword search, it ranks pages by semantic similarity, which makes it absurdly good at "find me things like this" queries. I've used it to map out entire research domains by feeding it one good paper and asking for similar content. The MCP server wraps Exa's API cleanly, so Claude can run these searches mid-conversation without you copy-pasting URLs. What it's genuinely good for: research discovery, competitive analysis, finding obscure technical content that keyword search misses. If you're building a literature review, tracking what competitors are publishing, or hunting down niche blog posts on a specific architecture pattern, Exa will surface things you'd never find otherwise. The "similar to this URL" feature is the killer workflow. I'll often start with one authoritative source, then ask Claude to find 10 similar pages and summarise the common themes. It's faster than manual trawling and catches stuff I'd have missed. Quirks: Exa is a paid API, so you'll burn through credits if you're not deliberate about queries. The free tier exists but won't last long if you're doing serious research. Also, because it's neural, results can feel opaque. Sometimes it surfaces a page and you have to squint to see why it matched. That's the trade-off for semantic understanding. If you need exact keyword matches or want to filter by date ranges with precision, stick to traditional search. Who shouldn't bother: if you're just looking up documentation or doing basic web lookups, this is overkill. Use a simpler search MCP or just ask Claude to guess. Exa shines when the problem is discovery, not retrieval. If you don't have an Exa API key and aren't willing to pay for one, skip it. The server is useless without the key, and there's no localhost fallback.
Verdict

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

1. Sign up at exa.ai and grab an API key from the dashboard. The free tier gives you a few hundred searches to test with. 2. Run `npx -y exa-mcp-server` in your terminal to confirm the package installs cleanly. 3. Add the server to your Claude Desktop config (usually `~/Library/Application Support/Claude/claude_desktop_config.json` on macOS). Set `EXA_API_KEY` in the env block. 4. Restart Claude Desktop, open a new chat, and ask it to "search Exa for pages similar to https://example.com". If it returns results, you're live. 5. Watch your API usage. Neural search isn't free, and it's easy to burn credits if you're running lots of broad queries.

Works with

Claude DesktopClaude CodeCursorWindsurfClineZed

Similar MCPs