Exa Search (daedalus)
FreeNot checkedExposes Exa web search capabilities including general search, code discovery, URL crawling, and filtered queries.
About
Exposes Exa web search capabilities including general search, code discovery, URL crawling, and filtered queries.
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/
Installing Exa Search (daedalus)
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/daedalus/mcp-exaFAQ
Is Exa Search (daedalus) MCP free?
Yes, Exa Search (daedalus) MCP is free — one-click install via Unyly at no cost.
Does Exa Search (daedalus) need an API key?
No, Exa Search (daedalus) runs without API keys or environment variables.
Is Exa Search (daedalus) hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Exa Search (daedalus) in Claude Desktop, Claude Code or Cursor?
Open Exa Search (daedalus) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Exa Search (daedalus) with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
