Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Powertools MCP Search Server
  • MkDocs MCP Search Server
  • sanderkooger-mcp-server-ragdocs
  • Git Spice Help MCP Server
  • Ragie Model Context Protocol Server
Back to MCP Servers
mcp-tavily-search

mcp-tavily-search

Public
y7ut/mcp-tavily-search

Provides Model Context Protocol-based search capabilities for news and general topics with customizable parameters including keyword, date range, result limit, and search depth.

javascript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with mcp-tavily-search

MCP Server

Unlock the full potential of mcp-tavily-search through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

MCP TAVILY SEARCH

A Model Context Protocol (MCP) server that provide search by tavily.

Quick start

install

go install github.com/y7ut/mcp-tavily-search@latest

add config to mcp config file.

{ "mcpServers": { "tavily": { "command": "mcp-tavily-search", "args": [ "run", "tvly-*******************" ] } } }
{ "mcpServers": { "tavily": { "command": "docker", "args": [ "run", "--rm", "-i", "docker.ijiwei.com/mcp/mcp-tavily-search:latest", "run", "tvly-*******************" ] } } }

or debug

npx @modelcontextprotocol/inspector mcp-tavily-search run tvly-xxxxxxxxxx npx --no-cache @modelcontextprotocol/inspector docker run --rm -i mcp-tavily-search:latest run tvly-xxxxx

Tools

search_news

ParameterTypeDefault ValueDescriptionRequired
keywordstringN/AThe keyword to search for.Yes
daysnumber7Number of days to search within. Default is 7 days.No
limitnumber5Number of news articles to return. Default is 5.No
search_depthstring"basic"The depth of the search. It can be "basic" or "advanced". Default is "basic".No
topicstring"news"The topic of the search. Options are "general" (unprocessed pages) or "news" (high-quality news). Default is "news".No
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Powertools MCP Search Server
    Powertools MCP Search Server

    Model Context Protocol server enabling efficient local search of AWS Lambda Powertools documentation...

    2 tools
    Added May 30, 2025
  • MkDocs MCP Search Server
    MkDocs MCP Search Server

    Enables Model Context Protocol integration for efficient, version-specific search of MkDocs-powered ...

    Added May 30, 2025
  • sanderkooger-mcp-server-ragdocs
    sanderkooger-mcp-server-ragdocs

    Provides vector-based semantic search and real-time context augmentation for AI assistants by retrie...

    Added May 30, 2025
  • Git Spice Help MCP Server
    Git Spice Help MCP Server

    Provides Model Context Protocol integration with Cursor IDE for real-time git-spice documentation se...

    1 tools
    Added May 30, 2025
  • Ragie Model Context Protocol Server
    Ragie Model Context Protocol Server

    Enables AI models to retrieve relevant information from a Ragie knowledge base using the Model Conte...

    1 tools
    Added May 30, 2025