Skip to main content
Glama
mcp2everything

MCP2Tavily

MCP2タビリー

Tavily API を使用して Web 検索機能を実装する MCP プロトコル サーバー。

前提条件

  • Python 3.11以上

  • UV パッケージ マネージャー

  • Tavily APIキー

Related MCP server: o3-search MCP

インストール

  1. リポジトリをクローンする

git clone <repository-url>
cd mcp2tavily
  1. .envファイルを作成して編集する

# Create .env file
touch .env
# Add your Tavily API key to .env
echo "TAVILY_API_KEY=your_api_key_here" > .env
  1. UVで仮想環境を構築する

# Create and activate virtual environment
uv venv
source .venv/bin/activate  # On Windows use: .venv\Scripts\activate
  1. 依存関係をインストールする

uv sync

使用法

Claude拡張機能としてインストール

fastmcp install mcp2tavily.py

MCP Inspectorを使用した開発モード

MCP Inspector を使用して機能をテストするには:

fastmcp dev mcp2tavily.py

実行したら、次の URL で MCP Inspector にアクセスできます: http://localhost:5173

利用可能なツール

  • search_web(query: str) : Tavily APIを使ってウェブを検索する

  • search_web_info(query: str) : 上記と同じ、中国語の説明付き

環境変数

  • TAVILY_API_KEY : Tavily APIキー(必須)

ステップバイステップガイド

手作り添加クライン・コンティニュー・クロード

Cline Continue Claude の MCP 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密钥"
      }
    }

クライン

配置

クライン

配置

クライン

配置

検索例

Install Server
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that enables web search capabilities using OpenAI's o3 model, allowing AI assistants to perform text-based web searches and return AI-powered results.
    1
    198
    288
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables web search and document retrieval capabilities through Tavily API and LangConnect vector database, supporting AI agents in gathering information for comprehensive report generation.
    22

View all related MCP servers

Related MCP Connectors

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Serper MCP — wraps the Serper Google Search API (serper.dev)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp2everything/mcp2tavily'

If you have feedback or need assistance with the MCP directory API, please join our Discord server