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
  • TripAdvisor Vacation Planner MCP Server
  • OWASP Cheatsheets MCP Server
  • sanderkooger-mcp-server-ragdocs
Back to MCP Servers
mcp-tavily-search

mcp-tavily-search

Public
y7ut/mcp-tavily-search

Use Tavily Search to search for news pages or images.

Verified
javascript
0 tools
May 29, 2025
Updated May 30, 2025

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

    Enables LLMs to search through AWS Lambda Powertools documentation across multiple runtimes (Python,...

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

    Enables Claude and other LLMs to search through any published MkDocs documentation site using the Lu...

    Added May 30, 2025
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

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

    An MCP server implementation that provides tools for retrieving and processing documentation through...

    Added May 30, 2025