exa-labs/exa-mcp-server
ποΈ π βοΈ β A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Ads
Overview
ποΈ π βοΈ β A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Installation
https://mcp.exa.ai/mcp
Configuration
{
"mcpServers": {
"exa": {
"type": "streamable-http",
"url": "https://mcp.exa.ai/mcp",
}
}Capabilities
- Web search
Ask for current, clean, ready-to-use content on any topic via `web_search_exa`.
- Fetch page content
Request a full webpage as clean markdown from one or more URLs using `web_fetch_exa`.
- Advanced search
Filter by domains, dates, or highlights, and crawl subpages with `web_search_advanced_exa`.
- Multi-step research
Delegate list-building, enrichment, and structured output to an Exa Agent via `agent_run`.
Tags
- search
- web-research
- ai-agent
- awesome-list
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.