Overview
The Exa MCP Server is a Model Context Protocol (MCP) server that enables AI assistants, like Claude, to perform web searches using the Exa AI Search API. This allows AI models to access up-to-date web information in a secure and controlled manner.
To use the Exa MCP Server, install it via NPM or Smithery, configure it with Claude Desktop, and provide your Exa API key. Once configured, you can ask Claude to perform various web searches using natural language.
- Integrates AI assistants with the Exa Search API for real-time web information - Provides structured and formatted search results, including titles and snippets - Implements error handling and rate limiting - Fully built with TypeScript for type safety
- Performing web searches for recent developments in technology
- Summarizing news articles about specific topics like AI or climate change
- Fetching and analyzing research papers from various online sources
Add to your AI client
Use these steps to connect Exa MCP Server 🔍 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"exa-labs-exa-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-exa-labs-exa-mcp-server-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"exa-labs-exa-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-exa-labs-exa-mcp-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"exa-labs-exa-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-exa-labs-exa-mcp-server-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"exa-labs-exa-mcp-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-exa-labs-exa-mcp-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"exa-labs-exa-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-exa-labs-exa-mcp-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"exa-labs-exa-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-exa-labs-exa-mcp-server-mcp-mirror"
]
}
}
}FAQ
**Is the Exa MCP Server free to use?**
Yes! The server is free to install and use with the necessary prerequisites.
**Which versions of Node.js are supported?**
Node.js version 18 or higher is required for the server to function.
**What should I do if I encounter connection issues?**
Restart Claude Desktop and ensure that your configuration settings are correct.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":557,"uuid":"6c89f0da-915c-4026-885c-62f6f07b269f","name":"exa-labs_exa-mcp-server","title":"Exa MCP Server 🔍","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T02:55:56.903Z","updated_at":"2025-01-05T02:55:17.735Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"exmcp,ex-ai-search,mcp-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/exa-labs_exa-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/f464cd2b8c38d1af3f43520ae0a56ac77c2561572bd59ebe2d4807710e854af5/68747470733a2f2f62616467652e667572792e696f2f6a732f6578612d6d63702d7365727665722e737667","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]