Exa MCP server
Give the assistant AI-native web search. The Exa MCP server lets an assistant run semantic web searches and pull full page content, built for retrieving high-quality sources for agents.
Category
Search & webMaintained by
OfficialProtocol
Model Context ProtocolSource
exa-labs/exa-mcp-server
Search & webMaintained by
OfficialProtocol
Model Context ProtocolSource
exa-labs/exa-mcp-server
Installing Exa
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add exa -- npx -y exa-mcp-server
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
"mcpServers": {
"exa": {
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "<your EXA_API_KEY>"
}
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Requires EXA_API_KEY, get this from the maintainer. Never commit them.
What it does
The Exa MCP server lets an assistant run semantic web searches and pull full page content, built for retrieving high-quality sources for agents.
Like any MCP server, Exa plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.