📦
Exa MCP
Search the web and codebases to get precise, up-to-date context for programming and research. Find examples, API usage, and documentation from real repositories and sites to ship faster with fewer mistakes. Extend investigations with deep search, crawling, and business or profile lookups when needed.
0 installs
34 stars
5 forks
Trust: 46 — Fair
Devtools
Installation
npx exa-mcpAsk AI about Exa MCP
Powered by Claude · Grounded in docs
I know everything about Exa MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
exa-mcp
MCP server for Exa Search API.
This project is sponsored by ChatWise, an all-in-one LLM chatbot with first-class MCP support.
Usage
Get your API Key here.
Configure manually
# stdio server
npx -y exa-mcp
# sse server
npx -y exa-mcp --sse
Environment variables:
EXA_API_KEY=<your-api-key>
JSON config
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp"],
"env": {
"EXA_API_KEY": "<your-api-key>"
}
}
}
}
License
MIT.
