searchwebneural-searchresearchcrawling

Summary

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

Features

  • Real-time neural web search
  • Live page content retrieval
  • Configurable tool selection
  • Adjustable result counts
  • Research-oriented results

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

Browse all MCP servers →