Skip to main content
Glama
online111111

Tavily Search MCP Server

by online111111

Tavily Search MCP Server

A Model Context Protocol (MCP) server for the Tavily Search API with automatic multi-key fallback. Built with FastMCP.

Features

  • πŸ”„ Multi-key auto fallback β€” automatically rotates through TAVILY_API_KEY_1, TAVILY_API_KEY_2, etc. when rate-limited

  • 🌐 Web search β€” tavily_search for general web search

  • πŸ“„ Content extraction β€” tavily_extract to get content from URLs

  • πŸ—ΊοΈ Crawl & Map β€” tavily_crawl / tavily_map for website structure

  • πŸ”¬ Deep Research β€” tavily_research_create / tavily_research_get for AI-powered research

  • πŸ“Š Usage tracking β€” tavily_usage to check API quota

Related MCP server: Tavily MCP Server

Quick Start

{
  "mcpServers": {
    "tavily-search": {
      "command": "uvx",
      "args": ["tavily-search-mcp-server"]
    }
  }
}

Environment Variables

Variable

Required

Description

TAVILY_API_KEY_1

Yes

Primary Tavily API key

TAVILY_API_KEY_2..5

No

Fallback keys for auto-rotation

The server automatically discovers TAVILY_API_KEY_* env vars and falls back through them on 429 errors. Also supports single TAVILY_API_KEY for backward compatibility.

Available Tools

Tool

Description

tavily_search

Search the web with configurable depth, topic, time range

tavily_extract

Extract content from one or more URLs

tavily_crawl

Crawl a website with depth/breadth control

tavily_map

Map website structure

tavily_search_context

Search with raw content results

tavily_research_create

Create a deep research task

tavily_research_get

Get research task status/results

tavily_usage

Check API usage/quota

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    Provides AI-powered web search capabilities using Tavily's search API, enabling LLMs to perform sophisticated web searches, get direct answers to questions, and search recent news articles.
    72
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides AI assistants with real-time web search, intelligent data extraction from web pages, website mapping, and web crawling capabilities through Tavily's API. Enables comprehensive web research and content analysis through natural language interactions.
    41,400
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to perform real-time web searches, extract data from web pages, map website structures, and crawl websites using the Tavily API.
    110
    MIT

View all related MCP servers

Related MCP Connectors

  • Web research for agents: quality-scored Google search, webpage extraction, and deep research.

  • LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.

  • Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/online111111/tavily-search-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server