mcp-exa
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-exasearch for recent research papers on transformer models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-exa
MCP server exposing Exa websearch API
mcp-name: io.github.daedalus/mcp-exa
Install
pip install mcp-exaUsage
Set up your API key
export EXA_API_KEY="your-api-key"Run as MCP server
mcp-exaAvailable Tools
The MCP server exposes the following Exa API methods as tools:
search- Perform a web searchfind_similar- Find pages similar to a URLget_contents- Retrieve contents for URLsanswer- Generate an answer using Exa's LLM capabilitiesstream_answer- Stream an answer responseresearch_create- Create a research taskresearch_get- Get a research task by IDresearch_poll_until_finished- Poll until research completesresearch_list- List research tasks
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/This server cannot be installed
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