Exa MCP Server Configuration & Usage Guide
Installationnpx
Risk LevelLow Risk
API KeyRequired
Clients3 supported
Exa AI search engine integration, supporting semantic search and content retrieval
Supported Clients
- Claude Desktop
- Cursor
- VS Code / Cline
Installation Command
npx -y exa-mcp-serverConfiguration Example
{
"mcpServers": {
"exa": {
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "<your-api-key>"
}
}
}
}Environment variable required:EXA_API_KEY。Do not commit these values to public repositories.
Permission Scope & Security Notes
只进行搜索查询,不修改任何数据
- network-access
- credential-required
Risk Score:2/10
Common Errors
- API Key 无效
- 在 exa.ai 注册并获取 API Key
Sources
Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.