Exa Search MCP Server

Exa Search MCP server enables AI models to perform semantic web search, content crawling, and structured data retrieval using neural network-based understanding.

May 4, 2025
GitHub starsnpm versionnpm downloads

Overview

The Exa MCP Server connects AI assistants to Exa's search capabilities, providing semantic web search, code search, and company research. Unlike keyword-based search engines, Exa uses neural network embeddings to understand the meaning behind queries, returning highly relevant results.

Official Server:

Developed and maintained by Exa Labs

Key Features

🧠

Semantic Web Search

Neural network-based search that understands meaning, not just keywords

🏢

Company Research

Find company info, competitors, news, financials, and LinkedIn profiles

💻

Code Context Search

Find code snippets, API docs, and programming solutions from across the web

📄

Web Content Fetching

Retrieve full page content from any URL with clean text extraction

📅

Date & Domain Filtering

Filter results by publish date, crawl date, and specific domains

🔌

Multi-Client Support

Works with Cursor, VS Code, Claude Desktop, Windsurf, Zed, and more

Available Tools

Quick Reference

ToolPurposeCategory
web_search_exaSemantic web search for any topicSearch
web_search_advanced_exaAdvanced search with full filter controlSearch
web_fetch_exaGet full content of a specific webpageContent

Detailed Usage

web_search_exa

Search the web for any topic and get clean, ready-to-use content.

{
  "query": "Rust async runtime comparison 2025",
  "numResults": 10,
  "type": "auto"
}
web_search_advanced_exa

Advanced search with full control over filters, domains, dates, and content options.

{
  "query": "LLM agent architectures",
  "category": "research paper",
  "startPublishedDate": "2025-01-01",
  "numResults": 15,
  "type": "deep"
}
web_fetch_exa

Get the full content of a specific webpage from a known URL.

{
  "url": "https://docs.anthropic.com/en/docs/claude-code",
  "textMaxCharacters": 5000
}

Installation

{
  "mcpServers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

API Key Required:

Get your free API key from exa.ai to start searching.

Configuration

The server supports multiple categories for targeted search:

CategoryUse Case
auto (no category)General web search
companyCompany homepages, headcount, funding data
newsPress coverage, announcements
research paperAcademic papers from arXiv, OpenReview
personal sitePersonal blogs, portfolios
peopleLinkedIn profiles and public bios
financial reportSEC filings, earnings reports

Sources