Skip to content
Exa Search

Exa SearchMCP Server

by Exa
Added to Onei
4 views

Summary

Real-time web search and crawling built for AI — neural search with configurable tools and live content retrieval.

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it, filling in the environment variables with your own values.
  3. Restart the agent — the "Exa Search" tools will be available.
{
  "mcpServers": {
    "exa": {
      "command": "npx",
      "args": [
        "-y",
        "exa-mcp-server"
      ],
      "env": {
        "EXA_API_KEY": "your-exa-api-key"
      }
    }
  }
}

Description

The Exa MCP server connects an agent to Exa's AI-native search API for real-time web search and crawling. It offers configurable search tools, adjustable result counts, and live page content retrieval, so assistants can find and read current information on the web.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

1 views
Browse all MCP servers →