CuratedMCP
πŸ’»
Claude Code
Free

How to Install Exa MCP in Claude Code

Neural search for AI agents β€” search by meaning, find similar content, and get research-grade web results

What Exa MCP does

Exa is the search API designed from the ground up for AI and semantic search. Unlike traditional keyword search, Exa understands meaning β€” finding conceptually related content even without matching keywords. Features: - Neural search β€” finds content by meaning, not just keywords - Find similar pages to any URL - Research mode β€” comprehensive, multi-source research synthesis - Date-filtered search for recent content - Domain-specific search (academic papers, news, GitHub, etc.) - Structured content extraction with highlighted passages - Competitor research and landscape analysis - Technical documentation search Where Exa wins over Brave/Tavily: - "Find papers similar to this arXiv abstract" β€” understands semantic similarity - "Find companies doing what Figma does but for 3D" β€” finds conceptual matches - "What was written about [topic] before 2023?" β€” precise temporal filtering Exa is the choice for research-intensive AI workflows where query precision matters.

search
exa
semantic
neural
research

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "exaMcp": {
    "command": "npx",
    "args": [
      "-y",
      "exa-mcp-server"
    ],
    "env": {
      "EXA_API_KEY": "your_exa_api_key"
    }
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain Exa MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/exa-mcp)](https://curatedmcp.com/marketplace/exa-mcp)

Related servers