Overview
what is exa-mcp?
exa-mcp is a server designed for the Exa Search API, enabling seamless integration and interaction with the Exa platform.
how to use exa-mcp?
To use exa-mcp, obtain your API key from the Exa dashboard and configure the server using the provided commands or JSON configuration.
key features of exa-mcp?
- Supports standard input/output (stdio) and server-sent events (SSE) modes.
- Easy configuration through environment variables and JSON.
- Integration with the Exa platform for enhanced search capabilities.
use cases of exa-mcp?
- Building applications that require advanced search functionalities.
- Integrating Exa's LLM chatbot with custom MCP support.
- Developing tools that leverage the Exa Search API for data retrieval.
FAQ from exa-mcp?
- How do I get an API key for Exa?
You can obtain your API key from the Exa dashboard at https://dashboard.exa.ai/api-keys.
- What commands do I need to run to start the server?
You can start the stdio server with
npx -y exa-mcpor the SSE server withnpx -y exa-mcp --sse.
- Is there a license for exa-mcp?
Yes, exa-mcp is licensed under the MIT License.