Exa Vendor AI

Exa Search

Neural web search via the Exa API — semantic search, content extraction, find-similar.

4,420 stars 331 forks Last commit today Language TypeScript License MIT
Sign in to like + track View on GitHub →

Install

npm install -g exa-mcp-server

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": ["-y", "exa-mcp-server"],
      "env": { "EXA_API_KEY": "${EXA_API_KEY}" }
    }
  }
}

About

Exa's neural-search MCP server. Three primary tools: semantic web search, full-content extraction for any URL, and find-similar (give a URL, get other pages on the same topic). Returns clean markdown bodies suitable for direct context-injection.

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More AI servers