MCP ExplorerExplorer

Exa Mcp

@egoiston 9 months ago
32 MIT
FreeCommunity
AI Systems
MCP server for Exa Search API.

Overview

What is Exa Mcp

exa-mcp is a specialized MCP server designed for the Exa Search API, enabling seamless integration and functionality for applications utilizing Exa’s AI capabilities.

Use cases

Use cases for exa-mcp include building intelligent chatbots, enhancing search capabilities in applications, and integrating AI-driven features into existing platforms.

How to use

To use exa-mcp, obtain your API Key from the Exa dashboard. You can run the server using the command ‘npx -y exa-mcp’ for a standard input/output server or ‘npx -y exa-mcp --sse’ for a server-sent events setup. Configuration can also be done using a JSON format for more advanced setups.

Key features

Key features of exa-mcp include easy setup via command line, support for server-sent events, and the ability to configure environment variables for API keys, making it flexible for various development environments.

Where to use

exa-mcp can be used in various fields such as AI development, chatbot integration, and any application that requires advanced search functionalities powered by Exa’s AI technology.

Content

exa-mcp

MCP server for Exa Search API.

This project is sponsored by ChatWise, an all-in-one LLM chatbot with first-class MCP support.

Usage

Get your API Key here.

Configure manually

# stdio server
npx -y exa-mcp

# sse server
npx -y exa-mcp --sse

Environment variables:

EXA_API_KEY=<your-api-key>

JSON config

{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": [
        "-y",
        "exa-mcp"
      ],
      "env": {
        "EXA_API_KEY": "<your-api-key>"
      }
    }
  }
}

License

MIT.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers