Back
Marketplace/Tavily

TL;DR

Tavily is a Search MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent aI-optimized web search and extraction. Install in 1 minute with mcpizy install tavily.

🔍

Tavily

Verified 4 tools Supports hosted execution →

Search

Last updated May 30, 2026 · By MCPizy team

AI-optimized web search and extraction

Official homepage

Run Tavily without any local install

Connect your Tavily account once — MCPizy stores the credentials encrypted and uses them whenever you run a recipe in managed mode.

Checking connection…

Install Tavily

Via MCPizy CLI (recommended):
mcpizy install tavily
Or run directly:
npx -y tavily-mcp
View on GitHub

Tools exposed

4 tools available
tavily_search

AI-optimised web search with citations

Inputs

  • querystringrequired
  • max_resultsnumberoptional
tavily_extract

Extract content from one or more URLs

Inputs

  • urlsstring[]required
tavily_crawl

Crawl a website and return structured content

Inputs

  • urlstringrequired
tavily_map

Return the site map of a URL

Inputs

  • urlstringrequired

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp@latest"
      ],
      "env": {
        "TAVILY_API_KEY": "tvly-..."
      }
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp@latest"
      ],
      "env": {
        "TAVILY_API_KEY": "tvly-..."
      }
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp@latest"
      ],
      "env": {
        "TAVILY_API_KEY": "tvly-..."
      }
    }
  }
}

Authentication setup

  1. 1

    Create an API key in the Tavily dashboard (free tier available)

    Get it TAVILY_API_KEY

What you can do with Tavily MCP

Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.

“Search the web for 'latest iPhone 17 release date' and give me 3 sources”

Uses: tavily_search

“Extract the full text of these 5 research papers”

Uses: tavily_extract

“Map the structure of docs.anthropic.com”

Uses: tavily_map

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

More Search MCPs

🦆

DuckDuckGo

Privacy-first web search engine

🔎

Meilisearch

Full-text and semantic search engine. Lightning fast, typo-tolerant search with filtering and faceting.

🔮

Kagi Search

Search the web using Kagi's premium, ad-free search API. High-quality results without tracking.

🔍

Inkeep

RAG search over your documentation and content. AI-powered knowledge base.

Alternatives to Tavily

If Tavily doesn't fit your stack, these Search MCP servers solve similar problems.

🦁

Brave Search

Web search via Brave Search API

🔎

Exa

Neural search API for semantic web search

🔎

Serper

Google Search API for structured results

Key Takeaways

  • Tavily exposes 4 tools for search workflows in Claude Code, Cursor and Windsurf.
  • Authentication: 1 step (TAVILY_API_KEY).
  • Install in 1 command: mcpizy install tavily — config written to your client automatically.
  • Free and open source (GitHub source linked above) — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: "Search the web for 'latest iPhone 17 release date' and give me 3 sources".

Frequently asked questions

What is the Tavily MCP server?

The Tavily MCP server is an Search Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents aI-optimized web search and extraction. It exposes Tavily's capabilities as tools the AI can call directly from your editor or CLI.

How do I install Tavily MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install tavily` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y tavily-mcp` and restarting Claude Code.

Is Tavily MCP free?

Yes. The Tavily MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Tavily account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.

Does Tavily MCP work with Cursor and Windsurf?

Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.

What can I do with Tavily MCP?

Once installed, your AI agent can aI-optimized web search and extraction directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Tavily operations, inspect results, chain Tavily with other MCP servers (see our Workflow Recipes), and automate repetitive search tasks without leaving your editor.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free