-
Notifications
You must be signed in to change notification settings - Fork 3k
Add Exa Search MCP Server to Marketplace #12052
Copy link
Copy link
Open
Description
What kind of feedback?
Suggestion for new MCP server
Item Type (if applicable)
MCP Server
Item Name (if applicable)
Exa
Description
Exa is a search engine built for AI. The Exa MCP server gives Roo Code agents real-time web search, code context retrieval, company research, and web crawling capabilities.
GitHub: https://github.com/exa-labs/exa-mcp-server (4,100+ stars, MIT license)
Website: https://exa.ai
npm: exa-mcp-server
Remote endpoint: https://mcp.exa.ai/mcp (Streamable HTTP — no local install needed)
MCP Configuration (Remote — recommended)
{
"mcpServers": {
"exa": {
"type": "streamable-http",
"url": "https://mcp.exa.ai/mcp"
}
}
}MCP Configuration (Local via npm)
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": {
"EXA_API_KEY": "your-api-key"
}
}
}
}Available Tools
| Tool | Description |
|---|---|
web_search_exa |
Real-time web search with AI-optimized results |
research_paper_search_exa |
Academic paper search across scholarly sources |
company_research_exa |
Deep company research by crawling company websites |
crawling_exa |
Extract content from specific URLs |
competitor_finder_exa |
Find competitors for a given company |
linkedin_search_exa |
Search LinkedIn profiles and companies |
get_code_context_exa |
Retrieve relevant code context for coding tasks |
web_search_advanced_exa |
Advanced search with fine-grained filters |
Exa is already listed on the Official MCP Registry (ai.exa/exa), awesome-mcp-servers, Smithery, PulseMCP, Glama, MCP.so, and the Cline MCP Marketplace.
Additional Details (optional)
API keys available at https://dashboard.exa.ai/api-keys
Checklist
- I've searched existing issues for duplicates
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels