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
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
mcp-chrome
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP)...
codex-subagents-mcp
Claude-style sub-agents (reviewer, debugger, security) for Codex CLI via a...
doc-ops-mcp
MCP server for seamless document format conversion and processing
guidance-for-deploying-model-context-protocol-servers-on-aws
This Guidance demonstrates how to securely run Model Context Protocol (MCP)...