tavily-ai/tavily-mcp

tavily-ai/tavily-mcp

от tavily-ai
MCP сервер Tavily предоставляет инструменты для веб-поиска, извлечения данных и построения карты сайта в реальном времени. Помогает разработчикам AI-ассистентов получать актуальную информацию из интернета.

Tavily MCP Server

GitHub Repo stars npm smithery badge

The Tavily MCP server provides:

  • search, extract, map, crawl tools
  • Real-time web search capabilities through the tavily-search tool
  • Intelligent data extraction from web pages via the tavily-extract tool
  • Powerful web mapping tool that creates a structured map of website
  • Web crawler that systematically explores websites
📚 Helpful Resources
  • Tutorial on combining Tavily MCP with Neo4j MCP server
  • Tutorial on integrating Tavily MCP with Cline in VS Code

Remote MCP Server

Connect directly to Tavily's remote MCP server instead of running it locally. This provides a seamless experience without requiring local installation or configuration.

Simply use the remote MCP server URL with your Tavily API key:

https://mcp.tavily.com/mcp/?tavilyApiKey=<your-api-key> 

Get your Tavily API key from tavily.com.

Alternatively, you can pass your API key through an Authorization header if the MCP client supports this:

Authorization: Bearer <your-api-key>

Note: When using the remote MCP, you can specify default parameters for all requests by including a DEFAULT_PARAMETERS header containing a JSON object with your desired defaults. Example:

Инструменты были проиндексированы:
tavily_crawl

Обходит сайт, начиная с URL. Извлекает содержимое страниц с настраиваемой глубиной и шириной.

Параметры
  • allow_externalboolean

    Whether to return external links in the final response

  • extract_depthenum

    Advanced extraction retrieves more data, including tables and embedded content, with higher success but may increase latency

  • formatenum

    The format of the extracted web page content. markdown returns content in markdown format. text returns plain text and may increase latency.

  • include_faviconboolean

    Whether to include the favicon URL for each result

  • instructionsstring

    Natural language instructions for the crawler. Instructions specify which types of pages the crawler should return.

  • limitinteger

    Total number of links the crawler will process before stopping

  • max_breadthinteger

    Max number of links to follow per level of the tree (i.e., per page)

  • max_depthinteger

    Max depth of the crawl. Defines how far from the base URL the crawler can explore.

  • select_domainsstring[]

    Regex patterns to restrict crawling to specific domains or subdomains (e.g., ^docs.example.com$)

  • select_pathsstring[]

    Regex patterns to select only URLs with specific path patterns (e.g., /docs/., /api/v1.)

  • urlstringобязательный

    The root URL to begin the crawl

tavily_extract

Извлекает содержимое из URL-адресов. Возвращает исходное содержимое страницы в формате Markdown или текстовом формате.

Параметры
  • extract_depthenum

    Use 'advanced' for LinkedIn, protected sites, or tables/embedded content

  • formatenum

    Output format

  • include_faviconboolean

    Include favicon URLs

  • include_imagesboolean

    Include images from pages

  • querystring

    Query to rerank content chunks by relevance

  • urlsstring[]обязательный

    List of URLs to extract content from

tavily_map

Составляет карту структуры веб-сайта. Возвращает список URL, найденных начиная с базового URL.

Параметры
  • allow_externalboolean

    Whether to return external links in the final response

  • instructionsstring

    Natural language instructions for the crawler

  • limitinteger

    Total number of links the crawler will process before stopping

  • max_breadthinteger

    Max number of links to follow per level of the tree (i.e., per page)

  • max_depthinteger

    Max depth of the mapping. Defines how far from the base URL the crawler can explore

  • select_domainsstring[]

    Regex patterns to restrict crawling to specific domains or subdomains (e.g., ^docs.example.com$)

  • select_pathsstring[]

    Regex patterns to select only URLs with specific path patterns (e.g., /docs/., /api/v1.)

  • urlstringобязательный

    The root URL to begin the mapping

tavily_research

Проводит всестороннее исследование по заданной теме или вопросу. Используйте этот инструмент, когда нужно собрать информацию из нескольких источников, чтобы ответить на вопрос или выполнить задачу. Возвращает подробный ответ на основе результатов исследования. Ограничение частоты запросов: 20 запросов в минуту.

Параметры
  • inputstringобязательный

    A comprehensive description of the research task

  • modelenum

    Defines the degree of depth of the research. 'mini' is good for narrow tasks with few subtopics. 'pro' is good for broad tasks with many subtopics. 'auto' automatically selects the best model.

tavily_search

Ищет в интернете актуальную информацию по любой теме. Используется для новостей, фактов или данных за пределами вашей даты отсечки знаний. Возвращает фрагменты и URL-адреса источников.

Параметры
  • countrystring

    Boost search results from a specific country. Must be a full country name (e.g., 'United States', 'Japan', 'Germany'). ISO country codes (e.g., 'us', 'jp') are not supported. Available only if topic is general. See https://docs.tavily.com/documentation/api-reference/search for the full list of supported countries.

  • end_datestring

    Will return all results before the specified end date. Required to be written in the format YYYY-MM-DD

  • exact_matchboolean

    Only return results containing the exact phrase(s) in quotes in your query

  • exclude_domainsstring[]

    List of domains to specifically exclude, if the user asks to exclude a domain set this to the domain of the site

  • include_domainsstring[]

    A list of domains to specifically include in the search results, if the user asks to search on specific sites set this to the domain of the site

  • include_faviconboolean

    Whether to include the favicon URL for each result

  • include_image_descriptionsboolean

    Include a list of query-related images and their descriptions in the response

  • include_imagesboolean

    Include a list of query-related images in the response

  • include_raw_contentboolean

    Include the cleaned and parsed HTML content of each search result

  • max_resultsnumber

    The maximum number of search results to return

  • querystringобязательный

    Search query

  • search_depthenum

    The depth of the search. 'basic' for generic results, 'advanced' for more thorough search, 'fast' for optimized low latency with high relevance, 'ultra-fast' for prioritizing latency above all else

  • start_datestring

    Will return all results after the specified start date. Required to be written in the format YYYY-MM-DD.

  • time_rangeenum

    The time range back from the current date to include in the search results

  • topicenum

    The category of the search. This will determine which of our agents will be used for the search

Похожие MCP-сервера

mzxrai/mcp-webresearch

mzxrai/mcp-webresearch

MCP-сервер для веб-исследований, подключающий Claude к интернету: поиск в Google, извлечение содержимого страниц, создание скриншотов и трекинг сессии. Полезен, чтобы получать актуальную информацию...

JavaScript300
Exa MCP Server

Exa MCP Server

официальный

Exa MCP Server даёт AI-ассистентам доступ к веб-поиску, поиску кода и исследованию компаний через Exa. Сервер легко интегрируется в Cursor, VS Code и Claude, предоставляя готовые инструменты для разработчиков. Просто подключите API-ключ и получите актуальные данные.

TypeScript4990
Crawleo/Crawleo-MCP

Crawleo/Crawleo-MCP

Crawleo MCP-сервер даёт AI-ассистентам веб-поиск и краулинг в реальном времени: извлекайте данные с любых URL, выбирайте формат (HTML, Markdown, текст), настраивайте страну и устройство. Без хранен...

JavaScript11
olostep/olostep-mcp-server

olostep/olostep-mcp-server

MCP сервер для веб-скрапинга и поиска через Olostep: извлекает контент в разных форматах и выполняет ИИ-поиск с цитатами, пакетно собирает до 10k URL и обходит сайты с построением карты ссылок.

TypeScript23
Aas-ee/open-webSearch

Aas-ee/open-webSearch

open-websearch — это MCP-сервер и CLI для веб-поиска и извлечения контента без API-ключей. Поддерживает множество поисковиков (Bing, Baidu, DuckDuckGo и др.), загружает статьи и README с GitHub. Ра...

TypeScript1799
Ihor-Sokoliuk/MCP-SearXNG

Ihor-Sokoliuk/MCP-SearXNG

MCP сервер для приватного веб-поиска, подключающий любой SearXNG к AI-ассистентам. Поддерживает поиск с пагинацией, чтение URL, кеширование, фильтры времени и языка — всё без API-ключей и с сохране...

TypeScript1218
© Каталог MCP, 2026. Все права защищены.
Проект не аффилирован с Anthropic и любыми упомянутыми продуктами.
Все названия и торговые марки принадлежат их владельцам.
Контакты для связи: hi@mcp-katalog.ru

Лука Никитин