CursorPool
← 返回 MCP 列表

Exa 搜索 MCP

面向开发者的语义搜索 API,精准检索网页与论文资料。

Exa·560 次安装·29 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y exa-mcp-server

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": [
        "-y",
        "exa-mcp-server"
      ]
    }
  }
}