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
- TypeScriptMIT 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 -15604JavaScriptMIT License
- AsecurityAlicenseAqualityProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.Last updated -21,15135JavaScriptMIT License
Kagi MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.Last updated -1135PythonMIT License