$ timeahead.in
/ servers/npm/tavily-mcp
npm

tavily-mcp

MCP server for advanced web search using Tavily

2k stars60k/wkupdated 1d agogithub ↗
92excellent
▣ Overview
GitHub Repo starsnpm

What it does

The Tavily MCP server exposes a suite of web research tools: real-time search via Tavily's index, intelligent data extraction from web pages, structured site mapping, and systematic web crawling. It runs either as a local Node.js process or as a remote MCP endpoint, both delegating queries to Tavily's API. Tools return structured results suitable for further processing—search results include snippets and metadata, extraction yields cleaned page content, and crawl output maps site structure.

Who it's for

Researchers building fact-checked analyses, developers integrating live web data into Claude-driven systems, data engineers populating knowledge graphs, and anyone writing agents that need to ground responses in current web information rather than training data alone.

Common use cases

  • Retrieve trending news or current events for Claude to analyze and summarize
  • Extract structured data from websites for knowledge base construction
  • Build knowledge graphs by combining Tavily site crawls with local databases (Neo4j, Postgres)
  • Answer questions that require up-to-date web information unavailable in training data
  • Conduct systematic research by crawling competitor sites or documentation portals

Setup pitfalls

  • Requires a Tavily API key (obtain at tavily.com); pass it in the URL query parameter, Authorization header, or set up OAuth authentication
  • CI is currently failing—review recent commits and logs before production use
  • Network-dependent: all operations require internet; crawls and searches may slow or rate-limit under high volume
  • Remote vs. local tradeoff: the remote MCP at https://mcp.tavily.com/mcp/ requires no setup but depends on Tavily's uptime; local installation requires Node.js but gives operational control
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
91
18.1
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
92.1
⚿ Capabilities & Risk Explainer
networksecrets
◆ Risk level: medium
network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
37/ 100 · is this project alive?
contributors (1y)12
top contributor share45%
releases (1y)0
ci⚠ failing
⛁ Raw data
weekly downloads60k
github stars2k
forks265
open issues37
license✓ present
readme length8705 chars
last publish0d ago
last commit1d ago
last updated9h ago
install verified✓ pass · 17d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points