exa-mcp
If you are the rightful owner of exa-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server for Exa Search API, sponsored by ChatWise.
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.