Skip to main content
Glama

MCP Server

by kabir-ti

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

local-only server

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

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

  1. 設定
    1. Dockerのセットアップ
    2. インスペクタの使用
    3. Claude Desktopでの使用
    4. MCP クライアント サンプル (Claude Desktop なし)
    5. 設定
    6. 走る

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    Enables AI applications to integrate with YouTube-Summarizer's APIs through the MCP protocol, offering local tool-based interaction for summarizing YouTube content.
    Last updated -
    2
    Python
  • A
    security
    F
    license
    A
    quality
    An MCP server that enables users to generate summaries of YouTube videos in multiple languages and formats through integration with DeepSRT's API.
    Last updated -
    1
    2
    44
    TypeScript
    • Apple
  • -
    security
    A
    license
    -
    quality
    An MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.
    Last updated -
    6
    1
    JavaScript
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    MCP (Model Context Protocol) server that utilizes the Google Gemini Vision API to interact with YouTube videos. It allows users to get descriptions, summaries, answers to questions, and extract key moments from YouTube videos.
    Last updated -
    4
    12
    5
    JavaScript
    MIT License
    • Linux
    • Apple

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/kabir-ti/youtube-summarizer-mcp'

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