🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-exa

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-exa

MCP server exposing Exa websearch API

pipPyPI
Version
0.1.1
Weekly downloads
75
Maintainers
1

mcp-exa

MCP server exposing Exa websearch API

PyPI Python Ruff

mcp-name: io.github.daedalus/mcp-exa

Install

pip install mcp-exa

Usage

Set up your API key

export EXA_API_KEY="your-api-key"

Run as MCP server

mcp-exa

Available Tools

The MCP server exposes the following Exa API methods as tools:

  • search - Perform a web search
  • find_similar - Find pages similar to a URL
  • get_contents - Retrieve contents for URLs
  • answer - Generate an answer using Exa's LLM capabilities
  • stream_answer - Stream an answer response
  • research_create - Create a research task
  • research_get - Get a research task by ID
  • research_poll_until_finished - Poll until research completes
  • research_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/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts