Does Exa have an MCP server?
Exa maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://mcp.exa.ai/mcp
- Repository
- exa-labs/exa-mcp-server
- Maintainer
- Exa Labs
- License
- MIT
- Language
- TypeScript
- Stars
- 4.9k
- Last commit
- yesterday
- Category
- Search & Data Extraction
Exa MCP for web search and web crawling!
Project site: exa.ai
A remote server run by Exa itself — nothing to install. Documented at docs.exa.ai.
Exa MCP for web search and web crawling!
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http exa https://mcp.exa.ai/mcpAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.exa.ai/mcp - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"exa": {
"url": "https://mcp.exa.ai/mcp"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"exa": {
"type": "http",
"url": "https://mcp.exa.ai/mcp"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.exa.ai/mcp - Complete sign-in, then enable the connector in a new chat
Does Exa have an official MCP server?
Yes. Exa maintains an official MCP server, hosted at https://mcp.exa.ai/mcp. The source lives at exa-labs/exa-mcp-server on GitHub.
How do I connect Exa to Claude?
Add https://mcp.exa.ai/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http exa https://mcp.exa.ai/mcp" in Claude Code.
Do I need to install anything to use the Exa MCP server?
No. It is a remote server hosted by Exa, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Official remote MCP endpoint at mcp.exa.ai documented in Exa's docs, plus open-source exa-labs/exa-mcp-server (~4.8k stars). GitHub metadata is refreshed every six hours.
Official remote MCP endpoint at mcp.exa.ai documented in Exa's docs, plus open-source exa-labs/exa-mcp-server (~4.8k stars).
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.