---
title: "Tavily MCP Server for ToolPiper · ModelPiper"
description: "Web search and extraction tuned for AI agents. Tavily is a search API built for agents: results come back ranked and ready to feed a model, and the extract tool pulls clean content from URLs without the boilerplate. Beyo"
canonical: "https://modelpiper.com/mcp-tools/tavily"
---

# Tavily MCP Server for ToolPiper · ModelPiper

> Web search and extraction tuned for AI agents. Tavily is a search API built for agents: results come back ranked and ready to feed a model, and the extract tool pulls clean content from URLs without the boilerplate. Beyo

T

# Tavily MCP Server

✓ verified

Web search and extraction tuned for AI agents.

Install Tavily in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/tavily-ai/tavily-mcp)

Publisher

[Tavily](https://github.com/tavily-ai/tavily-mcp)

License

MIT

Transport

Local subprocess

Tools

4

## What this server does

Tavily is a search API built for agents: results come back ranked and ready to feed a model, and the extract tool pulls clean content from URLs without the boilerplate. Beyond search it can crawl a site and map its structure, which is useful for grounding answers in a specific documentation set. The free tier covers a meaningful number of monthly calls, and each tool call costs one credit against your plan.

## Tools included

-   tavily\_search
    
    Search the web and return ranked results.
    
-   tavily\_extract
    
    Extract clean content from one or more URLs.
    
-   tavily\_crawl
    
    Crawl a site starting from a URL.
    
-   tavily\_map
    
    Map the structure of a website.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install Tavily in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Search for the latest changes in the MCP specification and summarize them."
    
    Copy
-   "Extract the main content from these three blog post URLs."
    
    Copy
-   "Crawl docs.example.com and list every page under /guides."
    
    Copy

## Security notes

The API key gates billing. Treat it as a credential and rotate it from the Tavily dashboard if it leaks. Each tool call counts against your monthly quota. Content returned from the open web is untrusted input; do not let the model act on instructions found inside fetched pages.

## Related tools

-   [
    
    F
    
    ### Fetch
    
    ✓ verified
    
    Fetch web pages and return clean markdown.
    
    SearchLocal subprocess1 tool
    
    
    
    
    
    ](/mcp-tools/fetch)
-   [
    
    P
    
    ### Puppeteer
    
    ✓ verified
    
    Headless browser automation and web scraping.
    
    SearchLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/puppeteer)
-   [
    
    G
    
    ### Google Maps
    
    ✓ verified
    
    Geocoding, directions, and place lookup via Google Maps.
    
    SearchLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/google-maps)
-   [
    
    B
    
    ### Brave Search
    
    ✓ verified
    
    Web and local search via Brave's privacy-focused search API.
    
    SearchLocal subprocess2 tools
    
    
    
    
    
    ](/mcp-tools/brave-search)

[← Back to all MCP tools](/mcp-tools)
