Skip to content

MCP server

Exa MCP server

Exa's official hosted MCP server gives AI search built for AI use, page fetching, advanced filters and a research agent.

At a glance

Maintained by
Exa
Tools exposed
4 listed below
Reviewed
September 24, 2026

Why it matters

What it does and why it matters

Exa is a search engine designed for AI applications. Instead of a page of links for people, it returns results and content shaped for language models. Its official MCP server is hosted by Exa and offers web search, page fetching, an advanced search with filters and an agent tool that runs longer research tasks.

That makes it well suited to research assistants, where the goal is not a list of links but a well-sourced answer or a set of relevant documents.

Exa allows limited anonymous use, so you can try it without a key. For real use, an API key or sign-in gives higher limits and access to the research agent tool. All tools read from the web, and none change anything.

Research agents can run many searches for one question, which adds cost and time. We set clear limits on how much each task may spend and ask for sources on every claim. The results are a starting point for a person to review, not a final answer.

Use cases

Best business use cases

Deep research

Gather sources on a market or topic for a brief.

Lead research

Find companies that match a profile. See AI sales research.

Content research

Collect sources before writing an article. See content generation.

Competitor scans

Find competitor pages and announcements.

Technical lookups

Find documentation and examples for developers.

Tools

Available tools

Tool names as published by the maintainer at review time. Versions change, so check the repository for the current list.

Read and write: Read-only web search and fetch.

  • web_search_exa

    Searches the web and returns clean content. On by default.

  • web_fetch_exa

    Reads full page content as markdown from URLs. On by default.

  • web_search_advanced_exa

    Search with domain, date and other filters. Opt in.

  • agent_run

    Runs an Exa Agent for multi-step research and structured output. Needs auth.

Workflows

Example workflows

Market brief

  1. 1

    A manager asks for a brief on a new market.

  2. 2

    The assistant runs advanced searches with date filters.

  3. 3

    It fetches the most relevant pages.

  4. 4

    It writes a brief with sources.

  5. 5

    The manager reviews and edits.

Find look-alike companies

  1. 1

    Describe your best customers.

  2. 2

    The assistant searches for similar companies.

  3. 3

    It returns a list with websites.

  4. 4

    It notes why each one matches.

  5. 5

    Sales reviews the list before outreach.

Prompts

Example prompts

  • “Find recent articles on AI adoption in logistics companies, from the last six months, with sources.”

  • “List ten companies similar to our best customer, with a reason for each.”

  • “Fetch this page and summarize the pricing section.”

Setup

Installation and configuration

Examples for Claude Desktop and Claude Code. Replace the placeholder values with your own keys, and store secrets outside version control.

Claude Desktop: claude_desktop_config.json

{
    "mcpServers": {
        "exa": {
            "type": "streamable-http",
            "url": "https://mcp.exa.ai/mcp"
        }
    }
}

Claude Code: terminal

claude mcp add --transport http exa https://mcp.exa.ai/mcp
  • Hosted server: https://mcp.exa.ai/mcp (optional ?tools= and exaApiKey params, or x-api-key header).
  • Local server: npm: exa-mcp-server.
  • Needs: None for rate-limited anonymous use; Exa API key (exaApiKey param or x-api-key header) or OAuth for higher limits and agent_run.

Security

Security considerations

  • Untrusted content

    Web pages can contain text written to mislead an AI. Treat results as data, not instructions.

  • Protect the API key

    Store the key outside version control and rotate it if it leaks.

  • Watch usage

    Searches are billed or rate limited. Set limits and monitor use.

  • Check sources

    Ask for sources and check a sample of answers by hand.

Related servers

Servers that pair well with it

Brave Search

Brave's official MCP server gives AI live web, news, image, video and local search from Brave's own independent index.

Tavily

Tavily's official MCP server gives AI web search, content extraction, site mapping and crawling, all built for AI use.

Perplexity

Perplexity's official MCP server lets AI search the web, ask questions with cited answers, run deeper research and reason over results.

Keep exploring

FAQ

Questions people ask us

Have a question that is not here? Ask us directly.

Start a project

Want this connected to your own systems? We build AI workflows with MCP.

Send a short brief. We reply with questions, a suggested plan and an estimate you can compare with other offers.

Your privacy choices

We use necessary storage to run this site. With your permission we also use Google Analytics to see which pages help people, and load maps from Google. You can change this at any time. Read the cookie policy.