VOOZH about

URL: https://glama.ai/mcp/servers/daedalus/mcp-exa?locale=zh-CN

⇱ mcp-exa by daedalus | Glama


MCP Exa

一个公开 Exa 搜索功能的 Python MCP 服务器(无需 API 密钥)

👁 PyPI
👁 Python
👁 Coverage
👁 Ruff

mcp-name: io.github.daedalus/mcp-exa

安装

pip install mcp-exa

Related MCP server: ReActMCP Web Search

使用方法

无需 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 客户端配置

Claude Desktop

添加到您的配置文件中:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
 "mcpServers": {
 "exa": {
 "command": "mcp-exa"
 }
 }
}

OpenCode

添加到您的 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/
A
license - permissive license
B
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-exa'

If you have feedback or need assistance with the MCP directory API, please join our Discord server