Exa

Exa

Exa MCP for web search and web crawling!.

5.1K

1 Tool

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Exa MCP Server

Exa is Web Search API | This is Exa MCP (Model Context Protocol).

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/exa
Authorexa-labs
Repositoryhttps://github.com/exa-labs/exa-mcp-server
Dockerfilehttps://github.com/exa-labs/exa-mcp-server/blob/6ebf32f550168af016837efe31960c6548c831aa/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/exa --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (1)

Tools provided by this ServerShort Description
web_search_exaSearch the web using Exa AI - performs real-time web searches and can scrape content from specific URLs.

Tools Details

Tool: web_search_exa

Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports configurable result counts and returns the content from the most relevant websites.

ParametersTypeDescription
querystringSearch query
numResultsnumberoptionalNumber of search results to return (default: 5)

Use this MCP Server

{
  "mcpServers": {
    "exa": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "EXA_API_KEY",
        "mcp/exa"
      ],
      "env": {
        "EXA_API_KEY": "your-api-key-here"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers