Content
# exa-mcp
MCP server for [Exa](https://exa.ai/) Search API.
This project is sponsored by [ChatWise](https://chatwise.app), an all-in-one LLM chatbot with first-class MCP support.
## Usage
Get your API Key [here](https://dashboard.exa.ai/api-keys).
### Configure manually
```bash
# stdio server
npx -y exa-mcp
# sse server
npx -y exa-mcp --sse
```
Environment variables:
```
EXA_API_KEY=<your-api-key>
```
### JSON config
```json
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp"],
"env": {
"EXA_API_KEY": "<your-api-key>"
}
}
}
}
```
## License
MIT.
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
context7-mcp
Context7 MCP Server provides natural language access to documentation for...
chrome-devtools-mcp
Chrome DevTools for coding agents