mcp-exa
MCP Exa
Exaの検索機能を公開するPython MCPサーバー(APIキー不要)
mcp-name: io.github.daedalus/mcp-exa
インストール
pip install mcp-exa使用方法
APIキーは不要です。このサーバーはExaのパブリックMCPエンドポイントを使用します。
MCPサーバーを実行します:
mcp-exaまたはモジュールとして使用します:
python -m mcp_exa設定
利用可能なツール
このサーバーは以下のMCPツールを公開します:
ツール | 説明 |
| あらゆるトピックについてWeb検索を行う |
| GitHubやStack Overflowからコード例を見つける |
| 特定のURLから全コンテンツを取得する |
| フィルターを使用した高度な検索 |
MCPクライアント設定
Claude Desktop
設定ファイルに追加してください:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%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/Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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