exa-mcp-server
by exa-labs·★ 4,436·综合分 59
支持多种AI客户端的Exa网络搜索和网络爬取功能的MCP服务器。
概述
Exa MCP服务器为AI助手提供Exa强大的网络搜索功能,包括常规网络搜索、代码搜索和公司研究。它提供三种主要工具:web_search_exa用于查找网络内容,web_fetch_exa用于检索特定网页内容,以及web_search_advanced_exa用于更复杂的带过滤器的搜索查询。该服务器积极维护,并为多种AI客户端(包括Claude Desktop、VS Code、Cursor等)提供全面的安装说明。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您的 AI 应用程序需要可靠的网络搜索功能时,选择此 MCP 服务器,特别是如果您已经使用 Exa 的服务或需要结构良好的搜索结果且希望设置简单。
什么时候不要选它
如果您需要离线搜索功能、对与 Exa 的供应商锁定有疑虑,或需要 Exa API 未覆盖的搜索功能,则不应选择此服务器。
此 server 暴露的工具
从 README 抽取出 3 个工具web_search_exaSearch the web for any topic and get clean, ready-to-use content
web_fetch_exaGet the full content of a specific webpage from a known URL
web_search_advanced_exaAdvanced web search with full control over filters, domains, dates, and content options
可对比工具
安装
安装
- **托管MCP服务器(推荐)**:
连接到Exa的托管MCP服务器:https://mcp.exa.ai/mcp
- **通过npm包安装**:
``json { "mcpServers": { "exa": { "command": "npx", "args": ["-y", "exa-mcp-server"], "env": { "EXA_API_KEY": "your_api_key" } } } } ``
- **Claude Desktop**:
添加到您的配置文件: ``json { "mcpServers": { "exa": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.exa.ai/mcp"] } } } ``
FAQ
- 我需要什么API密钥才能使用Exa MCP服务器?
- 您需要从 https://dashboard.exa.ai/api-keys 获取的Exa API密钥。此密钥用于验证Exa搜索服务的身份。
- 如何启用默认关闭的额外工具?
- 您可以通过在URL中包含'tools'参数来启用额外工具:https://mcp.exa.ai/mcp?exaApiKey=YOUR_KEY&tools=web_search_exa,web_search_advanced_exa,web_fetch_exa
exa-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。