MCP Server
MCP Server is created on top of all the APIs from the Youtube-Summarizer. All APIs are exposed as tools in the MCP protocol and available for any AI application to integrate with.
Note: Currently MCP only supports local connections, so it doesn’t support remote use of these tools.
Setup
Docker Setup
Build the Docker image:
docker build -t youtube-summarizer-mcp .
Run the MCP server using Docker:
docker run -i --rm youtube-summarizer-mcp
Using the Inspector
You can use the MCP Inspector to explore available tools and test them:
./inspector.sh
Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"youtube-summarizer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"youtube-summarizer-mcp"
]
}
}
}
Now you can use the added mcp tools from server.py in claude desktop
MCP Client Sample (Without Claude Desktop)
Run the MCP client locally to try out the Social Toolkit using natural language:
Setup
./setup.sh
Run
./run.sh
It will run both MCP server and client, connected to each other. The terminal will prompt for natural language queries from the user, which then will be translated into MCP tool calls to answer the user query.
Youtube Summarizer
Project Details
- trilogy-group/youtube-summarizer-mcp
- Last Updated: 4/10/2025
Recomended MCP Servers
An MCP server that lets you interact with LSP servers
🧠 MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses, maintaining conversation context...
An MCP server implementation for interacting with the XRP Ledger blockchain
An MCP server for fetching RFC related information.
Ocean rig 14 - это уникальный проект от команды Etharion Team, представляющий собой форк Space Station 14 с...
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android...
A Model Context Protocol Server for connecting with Adfin APIs
A MCP for searching and downloading academic papers from multiple sources like arXiv, PubMed, bioRxiv, etc.
Python MCP server for enabling data communication (databases, web services, scripts) via JDBCX server.
MCP Server for public disclosure information of Korean companies, powered by the dartpoint.ai API.





