Kagi MCP サーバー
セットアップ手順
まず最初に、検索ツール以外のツールをご利用の場合を除いて、検索APIにアクセスできることを確認してください。現在クローズドベータ版で、リクエストに応じてご利用いただけます。招待をご希望の場合は、 support@kagi.comまでご連絡ください。
まずuvをインストールします。
MacOS/Linux:
ウィンドウズ:
Smithery経由でインストール
あるいは、 Smithery経由で Claude Desktop 用の Kagi をインストールすることもできます。
Claude Desktopでのセットアップ
ツールの使用を必要とするクエリをポーズする
たとえば、検索の場合は「タイム誌の2024年のパーソン・オブ・ザ・イヤーは誰だったか?」、要約の場合は「このビデオを要約してください: https://www.youtube.com/watch?v=jNQXAC9IVRw 」などです。
デバッグ
走る:
ローカル/開発環境のセットアップ手順
クローンリポジトリ
git clone https://github.com/kagisearch/kagimcp.git
依存関係をインストールする
まずuvをインストールします。
MacOS/Linux:
ウィンドウズ:
次に、MCP サーバーの依存関係をインストールします。
Claude Desktopでのセットアップ
MCP CLI SDKの使用
手動で
ツールの使用を必要とするクエリをポーズする
たとえば、検索の場合は「タイム誌の2024年のパーソン・オブ・ザ・イヤーは誰だったか?」、要約の場合は「このビデオを要約してください: https://www.youtube.com/watch?v=jNQXAC9IVRw 」などです。
デバッグ
走る:
次に、MCP Inspector http://localhost:5173
にアクセスします。インスペクターの環境変数KAGI_API_KEY
にKagi APIキーを追加する必要がある場合があります。
詳細設定
- ログレベルは、
FASTMCP_LOG_LEVEL
環境変数を通じて調整可能です(例:FASTMCP_LOG_LEVEL="ERROR"
) - サマライザーエンジンは、
KAGI_SUMMARIZER_ENGINE
環境変数を使用してカスタマイズできます(例:KAGI_SUMMARIZER_ENGINE="daphne"
)- さまざまな要約エンジンについてはこちらで学んでください
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Kagi の検索機能を Claude AI と統合する MCP サーバー。これにより、Claude は最新の情報を必要とする質問に答えるときにリアルタイムの Web 検索を実行できます。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.Last updated -42Python
- -securityFlicense-qualityAn MCP server that connects AI assistants to SearchAgora, enabling users to search for, discover, and purchase products across the web through natural language conversations.Last updated -1Python
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -5TypeScript
- AsecurityAlicenseAqualityAn MCP server implementation that allows AI assistants to access, search, and interact with Dev.to content, including fetching articles, retrieving user information, and publishing new content.Last updated -1053PythonMIT License