VOOZH about

URL: https://glama.ai/mcp/servers/daedalus/mcp-exa?locale=ja-JP

⇱ 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

あらゆるトピックについてWeb検索を行う

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