Skip to main content
Glama

Kagi MCP Server

by apridachin
MIT License
2
  • Apple

Kagi MCP サーバー

Kagi APIを使用してWeb検索を可能にするMCPサーバー

コンポーネント

リソース

サーバーはAPI メソッドの呼び出しを実装します:

  • ファストGPT
  • エンリッチ/ウェブ
  • エンリッチ/ニュース

プロンプト

サーバーはプロンプトを提供しません:

ツール

サーバーはいくつかのツールを実装します。

  • ask_fastgpt でウェブを検索して答えを見つける
  • enrich_web は、Web コンテンツでモデル コンテキストを充実させます。
  • enrich_news は、最新のニュースでモデルのコンテキストを充実させます。

構成

クイックスタート

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Kagi MCP サーバーを自動的にインストールするには:

npx -y @smithery/cli install kagi-mcp --client claude
クロードデスクトップ

MacOSの場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json

発達

建築と出版

配布用のパッケージを準備するには:

  1. 依存関係を同期し、ロックファイルを更新します。
uv sync
  1. パッケージディストリビューションをビルドします。
uv build

これにより、 dist/ディレクトリにソースとホイールのディストリビューションが作成されます。

  1. PyPI に公開:
uv publish

注: 環境変数またはコマンド フラグを使用して PyPI 資格情報を設定する必要があります。

  • トークン: --tokenまたはUV_PUBLISH_TOKEN
  • またはユーザー名/パスワード: --username / UV_PUBLISH_USERNAMEおよび--password / UV_PUBLISH_PASSWORD

デバッグ

npx @modelcontextprotocol/inspector uv --directory path_to_project run kagi-mcp
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 を使用できるようにします。

  1. コンポーネント
    1. リソース
    2. プロンプト
    3. ツール
  2. 構成
    1. クイックスタート
      1. インストール
      2. Smithery経由でインストール
    2. 発達
      1. 建築と出版
      2. デバッグ

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Kagi search API integration
      Last updated -
      1
      35
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      Enables 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 -
      1
      560
      4
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      Provides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.
      Last updated -
      2
      1,151
      35
      JavaScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      An 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 -
      1
      135
      Python
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    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/apridachin/kagi-search-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server