Skip to main content
Search & Data ExtractionTypeScript

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.

search-data-extractionofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/exa-labs/exa-mcp-server

Claude 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.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
exa-labs