MCP Server
Exa MCP Server
by Exa Labs
AI-native web search via the Exa Search API.
About Exa
The Exa MCP server empowers AI assistants to perform real-time web searches through the Exa AI Search API. Provides structured search results, rate limiting handling, caching of recent searches, customizable search parameters, and automatic live crawling.
Tags
searchweb-searchai-searchresearch
How to install Exa
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-exa"]
}
}
}Example shape only — see the repository for the canonical install command.