Exa
БесплатноНе проверенExposes the Exa web search API as an MCP server, providing tools for web searching, content retrieval, and similar page discovery. It also supports advanced fea
Описание
Exposes the Exa web search API as an MCP server, providing tools for web searching, content retrieval, and similar page discovery. It also supports advanced features like AI-generated answers and automated research task management.
README
A Python MCP server that exposes Exa search capabilities (no API key required)
mcp-name: io.github.daedalus/mcp-exa
Install
pip install mcp-exa
Usage
No API key required. The server uses Exa's public MCP endpoint.
Run the MCP server:
mcp-exa
Or use as a module:
python -m mcp_exa
Configuration
Available Tools
The server exposes the following MCP tools:
| Tool | Description |
|---|---|
web_search_exa |
Search the web for any topic |
get_code_context_exa |
Find code examples from GitHub, Stack Overflow |
crawling_exa |
Get full content from a specific URL |
web_search_advanced_exa |
Advanced search with filters |
MCP Client Configuration
Claude Desktop
Add to your config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"exa": {
"command": "mcp-exa"
}
}
}
OpenCode
Add to your opencode.json:
{
"mcp": {
"exa": {
"type": "stdio",
"command": "mcp-exa",
"enabled": true
}
}
}
Development
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/
Установить Exa в Claude Desktop, Claude Code, Cursor
unyly install mcp-exaСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mcp-exa -- uvx mcp-exaПошаговые гайды: как установить Exa
FAQ
Exa MCP бесплатный?
Да, Exa MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Exa?
Нет, Exa работает без API-ключей и переменных окружения.
Exa — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Exa в Claude Desktop, Claude Code или Cursor?
Открой Exa на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Compare Exa with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity




