Exa MCP Server enables AI assistants like Claude to perform real-time web searches through the Exa Search API, allowing them to access up-to-date information from the internet. It is open-source, checkout GitHub.
Connect directly to Exa’s hosted MCP server (instead of running it locally).
Get your API key from dashboard.exa.ai/api-keys.
Add this to your Claude Desktop configuration file:
Exa MCP includes several specialized search tools:
Tool | Description |
---|---|
web_search_exa | Performs real-time web searches with optimized results and content extraction |
research_paper_search | Specialized search focused on academic papers and research content |
company_research | Comprehensive company research tool that crawls company websites to gather detailed information about businesses |
crawling | Extracts content from specific URLs, useful for reading articles, PDFs, or any web page when you have the exact URL |
competitor_finder | Identifies competitors of a company by searching for businesses offering similar products or services |
linkedin_search | Search LinkedIn for companies and people using Exa AI. Simply include company names, person names, or specific LinkedIn URLs in your query |
wikipedia_search_exa | Search and retrieve information from Wikipedia articles on specific topics, giving you accurate, structured knowledge from the world’s largest encyclopedia |
github_search | Search GitHub repositories using Exa AI - performs real-time searches on GitHub.com to find relevant repositories, issues, and GitHub accounts |
Once configured, you can ask Claude to perform searches:
The simplest way to install and run Exa MCP is via NPX:
To specify which tools to enable:
To configure Claude Desktop to use Exa MCP:
Enable Developer Mode in Claude Desktop
Open the Configuration File
Alternatively, you can open it directly:
macOS:
Windows:
Add Exa MCP Configuration
Add the following to your configuration:
Replace your-api-key-here
with your actual Exa API key. You can get your (Exa API here)[https://dashboard.exa.ai/api-keys].
Enabling Specific Tools
To enable only specific tools:
Restart Claude Desktop
Server Not Found
API Key Issues
Connection Problems
For more information, visit the Exa MCP Server GitHub repository.