---
slug: "exa"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/egoist/exa-mcp@main/README.md"
repo: "https://github.com/egoist/exa-mcp"
source_file: "README.md"
branch: "main"
---
# 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.
