Youtube-Summarizer MCP Server
Servidor MCP
El servidor MCP se crea sobre todas las API de YouTube-Summarizer. Todas las API se exponen como herramientas en el protocolo MCP y están disponibles para la integración con cualquier aplicación de IA.
Nota: Actualmente MCP solo admite conexiones locales, por lo que no admite el uso remoto de estas herramientas.
Configuración
Configuración de Docker
Construya la imagen de Docker:
docker build -t youtube-summarizer-mcp .Ejecute el servidor MCP usando Docker:
docker run -i --rm youtube-summarizer-mcpUsando el Inspector
Puede utilizar el Inspector MCP para explorar las herramientas disponibles y probarlas:
./inspector.shUso con Claude Desktop
Agregue lo siguiente a su claude_desktop_config.json :
{
"mcpServers": {
"youtube-summarizer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"youtube-summarizer-mcp"
]
}
}
}Ahora puedes usar las herramientas mcp agregadas desde server.py en Claude Desktop
Ejemplo de cliente MCP (sin Claude Desktop)
Ejecute el cliente MCP localmente para probar el kit de herramientas sociales usando lenguaje natural:
Configuración
./setup.shCorrer
./run.shSe ejecutarán tanto el servidor como el cliente MCP, conectados entre sí. La terminal solicitará consultas en lenguaje natural al usuario, que luego se traducirán en llamadas a la herramienta MCP para responder a la consulta.
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