MCP Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Provides APIs from the Youtube-Summarizer, allowing AI applications to access YouTube content summarization capabilities

MCPサーバー

MCPサーバーは、Youtube-SummarizerのすべてのAPIを基盤として構築されています。すべてのAPIはMCPプロトコルのツールとして公開されており、あらゆるAIアプリケーションと統合できます。

**注意:**現在、MCP はローカル接続のみをサポートしているため、これらのツールのリモート使用はサポートされていません。

設定

Dockerのセットアップ

Docker イメージをビルドします。

docker build -t youtube-summarizer-mcp .

Docker を使用して MCP サーバーを実行します。

docker run -i --rm youtube-summarizer-mcp

インスペクタの使用

MCP インスペクターを使用すると、利用可能なツールを調べてテストすることができます。

./inspector.sh

Claude Desktopでの使用

claude_desktop_config.jsonに以下を追加します。

{ "mcpServers": { "youtube-summarizer": { "command": "docker", "args": [ "run", "-i", "--rm", "youtube-summarizer-mcp" ] } } }

これで、claudeデスクトップのserver.pyから追加されたmcpツールを使用できるようになりました。

MCP クライアント サンプル (Claude Desktop なし)

MCP クライアントをローカルで実行し、自然言語を使用してソーシャル ツールキットを試します。

設定

./setup.sh

走る

./run.sh

MCPサーバーとクライアントの両方が相互に接続され、ターミナル上でユーザーからの自然言語クエリが提示されます。これらのクエリはMCPツールの呼び出しに変換され、ユーザーのクエリに応答します。

-
security - not tested
F
license - not found
-
quality - not tested

MCP サーバーは、YouTube-Summarizer の API を MCP プロトコル内のツールとして統合し、自然言語クエリによるローカル AI アプリケーションの対話とツールの利用を可能にします。

  1. Setup
    1. Docker Setup
    2. Using the Inspector
    3. Usage with Claude Desktop
    4. MCP Client Sample (Without Claude Desktop)
    5. Setup
    6. Run
ID: cnv39q8220