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 桌面)

在本地运行 MCP 客户端,使用自然语言试用 Social Toolkit:

设置

./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 桌面)
    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
    0
    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