MCP TAVILY検索
tavily による検索機能を提供するモデル コンテキスト プロトコル (MCP) サーバー。
クイックスタート
インストール
go install github.com/y7ut/mcp-tavily-search@latestmcp 構成ファイルに構成を追加します。
{
"mcpServers": {
"tavily": {
"command": "mcp-tavily-search",
"args": [
"run",
"tvly-*******************"
]
}
}
}{
"mcpServers": {
"tavily": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.ijiwei.com/mcp/mcp-tavily-search:latest",
"run",
"tvly-*******************"
]
}
}
}またはデバッグ
npx @modelcontextprotocol/inspector mcp-tavily-search run tvly-xxxxxxxxxx
npx --no-cache @modelcontextprotocol/inspector docker run --rm -i mcp-tavily-search:latest run tvly-xxxxxRelated MCP server: Tavily MCP Server with Proxy Support
ツール
検索ニュース
パラメータ | タイプ | デフォルト値 | 説明 | 必須 |
|
| 該当なし | 検索するキーワード。 | はい |
|
|
| 検索対象となる日数。デフォルトは 7 日です。 | いいえ |
|
|
| 返されるニュース記事の数。デフォルトは 5 です。 | いいえ |
|
|
| 検索の深さ。 | いいえ |
|
|
| 検索のトピック。選択肢は | いいえ |
This server cannot be installed
A
license - permissive license-
quality - not testedD
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
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/y7ut/mcp-tavily-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
