mcp/exa

Verified Publisher

By mcp

Updated 13 days ago

Exa MCP for web search and web crawling!

Image
Machine learning & AI
7

10K+

mcp/exa repository overview

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.
maxCharactersnumber optionalMaximum 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'.
numResultsnumber optionalNumber 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?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:d88edd571

Size

57.4 MB

Last updated

13 days ago

docker pull mcp/exa

This week's pulls

Pulls:

527

Jul 6 to Jul 12