Token导航 LogoToken导航TokenDH.com
MCP Exa logo
搜索检索stdio官方级别未说明来源级核验

MCP Exa

MCP Server

一个Python MCP服务器,提供Exa搜索功能(无需API密钥)。

工具数

4

提示词数

0

GitHub Stars

0

资源数

0
搜索工具PythonClaude网页爬取Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

daedalus

提供方

daedalus

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install mcp-exa

详细介绍

MCP考试

公开Exa搜索功能的Python MCP服务器(不需要API密钥)

![PyPI](https://pypi.org/project/mcp-exa/) ![Python](https://pypi.org/project/mcp-exa/) ![Coverage](https://codecov.io/gh/daedalus/mcp-exa) ![Ruff](https://github.com/astral-sh/ruff)

mcp名称:io.github.daedalus/mcp-exca

安装

pip install mcp-exa

用法

不需要API密钥。服务器使用Exa的公共MCP端点。

运行MCP服务器:

mcp-exa

或者用作模块:

python -m mcp_exa

配置

可用工具

服务器公开了以下MCP工具:

工具说明
web_search_exa在网上搜索任何主题
get_code_context_exa从GitHub、Stack Overflow查找代码示例
crawling_exa从特定URL获取完整内容
web_search_advanced_exa使用过滤器进行高级搜索

MCP客户端配置

克劳德桌面版

添加到您的配置文件中:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • 窗户: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "exa": {
      "command": "mcp-exa"
    }
  }
}

开源代码

添加到您的 opencode.json:

{
  "mcp": {
    "exa": {
      "type": "stdio",
      "command": "mcp-exa",
      "enabled": true
    }
  }
}

发展

git clone https://github.com/daedalus/mcp-exa.git
cd mcp-exa
pip install -e ".[test]"

# run tests
pytest

# format
ruff format src/ tests/

# lint
ruff check src/ tests/

# type check
mypy src/

目录标签

目录标签

搜索工具PythonClaude网页爬取本地部署Python服务器无API密钥代码示例搜索

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP