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.
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
| Tool | Purpose | Category |
|---|---|---|
web_search_exa | Semantic web search for any topic | Search |
web_search_advanced_exa | Advanced search with full filter control | Search |
web_fetch_exa | Get full content of a specific webpage | Content |
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:
| Category | Use Case |
|---|---|
auto (no category) | General web search |
company | Company homepages, headcount, funding data |
news | Press coverage, announcements |
research paper | Academic papers from arXiv, OpenReview |
personal site | Personal blogs, portfolios |
people | LinkedIn profiles and public bios |
financial report | SEC filings, earnings reports |
Sources
Related Articles
Text to Speech MCP Server
Text to Speech MCP servers enable AI models to convert text into natural-sounding speech, providing capabilities for real-time audio generation, voice synthesis, and multilingual support.
Airtable MCP Server
Airtable MCP servers enable AI models to interact with Airtable bases, providing capabilities for base management, record operations, field configuration, and structured data automation.
Figma MCP Server
Figma MCP servers enable AI models to access Figma design files, extract components, retrieve design tokens, and automate design-to-code workflows for seamless developer handoff.