Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fastmcp-me/exa-mcp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

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.

About

MCP server for Exa Search API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • JavaScript 0.9%