Kagi MCP サーバー
Kagi APIを使用してWeb検索を可能にするMCPサーバー
コンポーネント
リソース
サーバーはAPI メソッドの呼び出しを実装します:
- ファストGPT
- エンリッチ/ウェブ
- エンリッチ/ニュース
プロンプト
サーバーはプロンプトを提供しません:
ツール
サーバーはいくつかのツールを実装します。
- ask_fastgpt でウェブを検索して答えを見つける
- enrich_web は、Web コンテンツでモデル コンテキストを充実させます。
- enrich_news は、最新のニュースでモデルのコンテキストを充実させます。
構成
クイックスタート
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Kagi MCP サーバーを自動的にインストールするには:
クロードデスクトップ
MacOSの場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json
発達
建築と出版
配布用のパッケージを準備するには:
- 依存関係を同期し、ロックファイルを更新します。
- パッケージディストリビューションをビルドします。
これにより、 dist/
ディレクトリにソースとホイールのディストリビューションが作成されます。
- PyPI に公開:
注: 環境変数またはコマンド フラグを使用して PyPI 資格情報を設定する必要があります。
- トークン:
--token
またはUV_PUBLISH_TOKEN
- またはユーザー名/パスワード:
--username
/UV_PUBLISH_USERNAME
および--password
/UV_PUBLISH_PASSWORD
デバッグ
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.
fastgpt、enrich/web、enrich/news などのメソッドを通じて、Web 検索やコンテンツの拡充に Kagi の API を使用できるようにします。
Related Resources
Related MCP Servers
- MIT License
- AsecurityAlicenseAqualityEnables efficient web search integration with Jina.ai's Search API, offering clean, LLM-optimized content retrieval with support for various content types and configurable caching.Last updated -304MIT License
- AsecurityAlicenseAqualityProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.Last updated -44744MIT License
- -securityAlicense-qualityEnables AI assistants to perform up-to-date web searches through the Tavily API, providing comprehensive search results with AI-generated summaries.Last updated -6MIT License