Exa Search

Created By
treea year ago
Overview

Exa Search is a Model Context Protocol (MCP) server that enables AI assistants like Claude to utilize the Exa AI Search API for real-time web searches in a secure manner.

To use Exa Search, you can connect to the hosted MCP server using your Exa API key or run it locally via npm. Configuration is done through the Claude Desktop app or directly via command line.

  • Real-time web search capabilities for AI models.
  • Multiple tools for specialized searches including academic papers, company research, and web crawling.
  • Easy integration with Claude Desktop and other AI assistants.
  1. Conducting real-time web searches for AI-driven applications.
  2. Researching academic papers and extracting relevant information.
  3. Gathering detailed company information for business analysis.
  • How do I get my Exa API key?

You can obtain your Exa API key from the Exa dashboard at dashboard.exa.ai/api-keys.

  • Can I run Exa Search locally?

Yes, Exa Search can be run locally using npm commands.

  • What tools are available with Exa Search?

Exa Search includes tools for web search, research paper search, company research, and more.

Server Config

{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "exa",
        "--key",
        "f249a372-7b6e-4b96-9e5a-050c320e8b18"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
tree
Star
-
Language
-
License
-

Recommend Servers

View All