Skip to content

MCP server

Tavily MCP server

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

At a glance

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

Why it matters

What it does and why it matters

Tavily is a search API built for AI agents. Its official MCP server offers four tools: search the web, extract the content of specific pages, map the structure of a website and crawl a site to collect its pages. Together they cover most research and data-gathering needs without running a browser yourself.

Mapping and crawling are especially useful for business tasks such as reviewing a competitor's whole product range or collecting every article from a knowledge site you are allowed to use.

It needs a Tavily API key, passed as a setting or in the hosted server address. All tools read from the web. Crawling can collect a lot of content quickly, so respect each site's terms and robots rules, and prefer an official API or data export when one exists.

We use extraction and crawling in a controlled way: a fixed list of sites, a limit on pages per run and a review of what was collected before it feeds any automated decision.

Use cases

Best business use cases

Research

Search and summarize current sources on a topic.

Page extraction

Pull the text of specific pages for analysis.

Site mapping

See how a website is structured before a migration.

Competitor catalogs

Collect public product pages for comparison. See price monitoring.

Knowledge collection

Gather pages from sites you are allowed to use for a knowledge base.

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, extraction and crawling.

  • tavily-search

    Real-time web search.

  • tavily-extract

    Extracts content from web pages.

  • tavily-map

    Builds a structured map of a website.

  • tavily-crawl

    Crawls a website page by page.

Workflows

Example workflows

Website migration audit

  1. 1

    Map your current website.

  2. 2

    The assistant lists all sections and pages.

  3. 3

    It flags thin or duplicate pages.

  4. 4

    It drafts a redirect plan.

  5. 5

    The team reviews before the move.

Competitor product review

  1. 1

    Choose competitor sites.

  2. 2

    Crawl their product sections with a page limit.

  3. 3

    Extract names, prices and features.

  4. 4

    Compare with your own range.

  5. 5

    Review the summary with the product team.

Prompts

Example prompts

  • “Map the structure of our website and list pages with fewer than 200 words.”

  • “Extract the pricing tables from these three pages.”

  • “Search for recent changes to EU invoicing rules and summarize them with sources.”

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": {
        "tavily-mcp": {
            "command": "npx",
            "args": [
                "-y",
                "tavily-mcp@latest"
            ],
            "env": {
                "TAVILY_API_KEY": "your-api-key-here"
            }
        }
    }
}

Claude Code: terminal

claude mcp add --transport http tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key>
  • Hosted server: https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key> (or https://mcp.tavily.com/mcp with OAuth).
  • Local server: stdio. npm: tavily-mcp (npx -y tavily-mcp@latest).
  • Needs: TAVILY_API_KEY (or tavilyApiKey URL param for the remote server).

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

Exa

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

Firecrawl

Firecrawl's official MCP server lets AI scrape, map, crawl and search the web and get clean, AI-ready content back.

Brave Search

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

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.