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

Low Risk Category: Search & Knowledge Base Verified: 2026-05-18 Status: Verified

Supported Clients

Installation Command

npx -y exa-mcp-server

Configuration 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

只进行搜索查询,不修改任何数据

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.

Related Tools