Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp2tavily

    一个MCP服务器,让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that allows your Claude Cline and Langchain to implement network search functions.

    4 stars
    Python
    Updated Sep 25, 2025

    Table of Contents

    • Prerequisites
    • Installation
    • Usage
    • Install as Claude extension
    • Development mode with MCP Inspector
    • Available Tools
    • Environment Variables
    • Step-by-Step Guide
    • 手动添加Cline Continue Claude
    • Cline
    • Cline
    • Cline
    • EXAMPLE

    Table of Contents

    • Prerequisites
    • Installation
    • Usage
    • Install as Claude extension
    • Development mode with MCP Inspector
    • Available Tools
    • Environment Variables
    • Step-by-Step Guide
    • 手动添加Cline Continue Claude
    • Cline
    • Cline
    • Cline
    • EXAMPLE

    Documentation

    MCP2Tavily

    A MCP protocol server that implements web search functionality using the Tavily API.

    Prerequisites

    • Python 3.11+
    • UV package manager
    • Tavily API key

    Installation

    1. Clone the repository

    bash
    git clone 
    cd mcp2tavily

    2. Create and edit the .env file

    bash
    # Create .env file
    touch .env
    # Add your Tavily API key to .env
    echo "TAVILY_API_KEY=your_api_key_here" > .env

    3. Set up virtual environment with UV

    bash
    # Create and activate virtual environment
    uv venv
    source .venv/bin/activate  # On Windows use: .venv\Scripts\activate

    4. Install dependencies

    bash
    uv sync

    Usage

    Install as Claude extension

    bash
    fastmcp install mcp2tavily.py

    Development mode with MCP Inspector

    To test the functionality using MCP Inspector:

    bash
    fastmcp dev mcp2tavily.py

    Once running, you can access the MCP Inspector at: http://localhost:5173

    Available Tools

    • search_web(query: str): Search the web using Tavily API
    • search_web_info(query: str): Same as above, with Chinese description

    Environment Variables

    • TAVILY_API_KEY: Your Tavily API key (required)

    Step-by-Step Guide

    手动添加Cline Continue Claude

    Cline Continue Claude的MCP JSON FILE

    json
    "mcp2tavily": {
          "command": "uv",
          "args": [
            "run",
            "--with",
            "fastmcp",
            "--with",
            "python-dotenv",
            "--with",
            "tavily-python",
            "fastmcp",
            "run",
            "C:\\Users\\你的真实路径\\mcp2tavily.py"
          ],
          "env": {
            "TAVILY_API_KEY": "API密钥"
          }
        }

    Cline

    配置

    Cline

    配置

    Cline

    配置

    EXAMPLE

    搜索示例

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k