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 deployed
Maintenance
Related MCP Connectors
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
YouTube transcripts, search, channel browsing, and playlists for AI agents via MCP.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI applications to integrate with YouTube-Summarizer's APIs through the MCP protocol, offering local tool-based interaction for summarizing YouTube content.3-
- AlicenseAqualityBmaintenanceAn MCP server for intelligent YouTube video analysis that provides token-optimized summaries, sentiment analysis, and entity extraction from transcripts. It enables AI assistants to perform video reporting, channel monitoring, and comprehensive YouTube searches through structured data tools.1052Apache 2.0
- AlicenseAqualityAmaintenanceA Model Context Protocol (MCP) server that gives AI assistants the ability to search, analyze, and extract knowledge from YouTube videos.13211 npmMIT
- FlicenseNot gradedqualityDmaintenanceMCP server for YouTube video summarization via Whisper transcription, enabling summarization and transcript retrieval without relying on subtitles.-