Exa 搜索 API
STDIO用于Exa搜索API集成的服务器
用于Exa搜索API集成的服务器
MCP server for Exa Search API.
This project is sponsored by ChatWise, an all-in-one LLM chatbot with first-class MCP support.
Get your API Key here.
# stdio server npx -y exa-mcp # sse server npx -y exa-mcp --sse
Environment variables:
EXA_API_KEY=<your-api-key>
{ "mcpServers": { "exa": { "command": "npx", "args": ["-y", "exa-mcp"], "env": { "EXA_API_KEY": "<your-api-key>" } } } }
MIT.