MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server for Exa Search API.

Created 4/2/2025
Updated 5 months ago
Repository documentation and setup instructions

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.

Quick Setup
Installation guide for this server

Install Package (if required)

npx exa-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "egoist-exa-mcp": { "command": "npx", "args": [ "exa-mcp" ] } } }