← Explore all mcp servers

WEB RESEARCH / Tavily

Tavily MCP

Combines web search, extraction, mapping and crawling through local stdio or Tavily’s hosted MCP service.

“The Tavily MCP server provides:”

01 / THE REASONING

Why this made the selection.

  • Documents both lightweight search/extract use and broader crawl/map workflows.
  • The implementation makes keyless capability reductions explicit rather than exposing every tool unconditionally.

02 / THE REVIEW RECORD

What we actually inspected.

Source review has boundaries.
A clear record is more useful than a “safe” badge.

Material inspected

  • README.md (installation, capability and permission sections)
  • package.json
  • src/index.ts
  • LICENCE

Our findings

  • The local entry uses StdioServerTransport and reads TAVILY_API_KEY.
  • Hosted authentication supports OAuth or API credentials; avoid copying credential-bearing URLs into shared configuration.

Not established by this review

  • Server startup, authentication and tool execution were not tested.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

Connect a server deliberately.

Upstream setup instructions ↗
  1. Connect to https://mcp.tavily.com/mcp using the official client guide.
  2. Complete OAuth or configure an API key through the client’s credential mechanism when the task needs authenticated tools.

Before you start

  • A remote-capable MCP client; a Tavily account for authenticated capabilities.

04 / FOLLOW THE EVIDENCE

The source trail.

Our notes are separate from the original resource.
Check upstream before adopting a new version.

  1. Official documentation ↗Checked

    https://github.com/tavily-ai/tavily-mcp/blob/1c1d54c2a619afe52544f775c8d82a56ac6d8bb5/README.md

    Supports: summary, whySelected, bestFor, limitations, install, access, compatibility, transports

  2. https://github.com/tavily-ai/tavily-mcp/blob/1c1d54c2a619afe52544f775c8d82a56ac6d8bb5/LICENCE

    Supports: license

  3. https://github.com/tavily-ai/tavily-mcp/blob/1c1d54c2a619afe52544f775c8d82a56ac6d8bb5/package.json

    Supports: language, review

  4. https://github.com/tavily-ai/tavily-mcp/blob/1c1d54c2a619afe52544f775c8d82a56ac6d8bb5/src/index.ts

    Supports: language, review