Exa MCP 服务器是一个基于 Model Context Protocol (MCP) 的服务器,它能让像 Claude 这样的 AI 助手调用 Exa 的强大网络搜索 API,使 AI 模型可以安全、可控地获取实时网络信息。
Exa MCP 服务器允许 AI 助手(如 Claude)通过 MCP 协议连接到 Exa 的网络搜索 API。你可以通过以下演示视频快速了解其功能: 演示视频
npm install -g exa-mcp-server
smithery add exa
npm install
- 查询科技新闻:`What's the latest news about AI?`
- 搜索技术文档:`Find me the documentation for Node.js v18`
找到或创建 claude_desktop_config.json
文件,添加以下内容:
{
"mcp": {
"servers": [
{
"name": "exa_mcp",
"type": "custom",
"uri": "localhost:1234",
"api_key": "your_exa_api_key_here"
}
]
}
}
服务器未找到
API 密钥问题
连接问题
# macOS
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
查阅 MCP 文档
感谢以下支持: