exa-labs/exa-mcp-server
ποΈ π βοΈ β A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Quick Start
Clone the repository:
git clone https://github.com/exa-labs/exa-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"exa-mcp-server": {
"command": "npx",
"args": [
"-y",
"exa-labs/exa-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.