MCP2タビリー
Tavily API を使用して Web 検索機能を実装する MCP プロトコル サーバー。
前提条件
- Python 3.11以上 
- UV パッケージ マネージャー 
- Tavily APIキー 
インストール
- リポジトリをクローンする 
- .envファイルを作成して編集する
- UVで仮想環境を構築する 
- 依存関係をインストールする 
使用法
Claude拡張機能としてインストール
MCP Inspectorを使用した開発モード
MCP Inspector を使用して機能をテストするには:
実行したら、次の 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 ファイル
クライン

クライン

クライン

例

remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tavily API を使用して Web 検索機能を有効にし、AI アシスタントがリアルタイムでインターネット検索を実行できるようにする MCP プロトコル サーバー。
Related Resources
Related MCP Servers
- -security-license-qualityMCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)Last updated -3MIT License
- -security-license-qualityAn 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.Last updated -22
- Asecurity-licenseAqualityEnables web search capabilities through the Tavily API, allowing users to search the internet for information using natural language queries. Demonstrates MCP server implementation with external API integration.Last updated -3
- Asecurity-licenseAqualityEnables web search capabilities through the Tavily API. Allows users to search the web for information using natural language queries via the MCP protocol.Last updated -41