Youtube-Summarizer MCP Server
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 工具调用来回答用户查询。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceThe MCP Server integrates APIs from the Youtube-Summarizer as tools within the MCP protocol, allowing for local AI application interaction and tool utilization through natural language queries.
- AlicenseAqualityDmaintenanceEnables YouTube content browsing, video searching, and metadata retrieval via the YouTube Data API v3. It also facilitates fetching video transcripts for summarization and analysis within MCP-compatible AI clients.7331MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI models to interact with YouTube content through 18 MCP tools for videos, transcripts, channels, and playlists.33
- FlicenseAqualityCmaintenanceProvides YouTube video transcripts (text and metadata) as MCP tools for AI hosts like Claude Code, enabling summarization, search, and Q&A without watching the video.2
Related MCP Connectors
💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/trilogy-group/youtube-summarizer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server