Skip to main content
Glama

MCP Server

by kabir-ti

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-mcp

Usando el Inspector

Puede utilizar el Inspector MCP para explorar las herramientas disponibles y probarlas:

./inspector.sh

Uso 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.sh

Correr

./run.sh

Se 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.

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

El servidor MCP integra API de Youtube-Summarizer como herramientas dentro del protocolo MCP, lo que permite la interacción con aplicaciones de IA locales y la utilización de herramientas a través de consultas en lenguaje natural.

  1. Configuración
    1. Configuración de Docker
    2. Usando el Inspector
    3. Uso con Claude Desktop
    4. Ejemplo de cliente MCP (sin Claude Desktop)
    5. Configuración
    6. Correr

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    This server allows AI language models to interact with YouTube content through a standardized interface, providing features such as video and channel information retrieval, transcript management, and playlist operations.
    Last updated -
    7
    182
    205
    TypeScript
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    Enables AI applications to integrate with YouTube-Summarizer's APIs through the MCP protocol, offering local tool-based interaction for summarizing YouTube content.
    Last updated -
    1
    Python
  • A
    security
    F
    license
    A
    quality
    An MCP server that enables users to generate summaries of YouTube videos in multiple languages and formats through integration with DeepSRT's API.
    Last updated -
    1
    33
    JavaScript
    • Apple
  • -
    security
    A
    license
    -
    quality
    An MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.
    Last updated -
    1
    JavaScript
    MIT License
    • Apple

View all related MCP servers

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/kabir-ti/youtube-summarizer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server