Exa

Exa

Exa MCP for web search and web crawling!.

10K+

2 Tools

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 MCP for web search and web crawling!.

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagemcp/exa
Authorexa-labs
Repositoryhttps://github.com/exa-labs/exa-mcp-server

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/exa-labs/exa-mcp-server/blob/9c69a3b45b228243215c59673e54c5bf321bb416/Dockerfile
Commit9c69a3b45b228243215c59673e54c5bf321bb416
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 (2)

Tools provided by this ServerShort Description
web_fetch_exaRead a webpage's full content as clean markdown.
web_search_exaSearch the web for any topic and get clean, ready-to-use content.

Tools Details

Tool: web_fetch_exa

Read a webpage's full content as clean markdown. Use after web_search_exa when highlights are insufficient or to read any URL.

Best for: Extracting full content from known URLs. Batch multiple URLs in one call. Returns: Clean text content and metadata from the page(s).

ParametersTypeDescription
urlsarrayURLs to read. Batch multiple URLs in one call.
maxCharactersnumberoptionalMaximum characters to extract per page (default: 3000)

This tool is read-only. It does not modify its environment.


Tool: web_search_exa

Search the web for any topic and get clean, ready-to-use content.

  Best for: Finding current information, news, facts, people, companies, or answering questions about any topic.
  Returns: Clean text content from top search results.

  Query tips:
  describe the ideal page, not keywords. "blog post comparing React and Vue performance" not "React vs Vue".
  Use category:people / category:company to search through Linkedin profiles / companies respectively.
  If highlights are insufficient, follow up with web_fetch_exa on the best URLs.
ParametersTypeDescription
querystringNatural language search query. Should be a semantically rich description of the ideal page, not just keywords. Optionally include category: (company, people) to focus results — e.g. 'category:people John Doe software engineer'.
numResultsnumberoptionalNumber of search results to return (default: 10).

This tool is read-only. It does not modify its environment.


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?

Related servers