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.shClaude 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.shMCPサーバーとクライアントの両方が相互に接続され、ターミナル上でユーザーからの自然言語クエリが提示されます。これらのクエリは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.-