Skip to main content
Glama

Youtube-Summarizer MCP Server

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.

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

Enables AI applications to integrate with YouTube-Summarizer's APIs through the MCP protocol, offering local tool-based interaction for summarizing YouTube content.

  1. Setup
    1. Docker Setup
    2. Using the Inspector
    3. Usage with Claude Desktop
    4. MCP Client Sample (Without Claude Desktop)
    5. Setup
    6. Run

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    The 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.
    Last updated -
    Python
  • A
    security
    F
    license
    A
    quality
    MCP Server for AI Summarization, Support for multiple content types: * Plain text * Web pages * PDF documents * EPUB books * HTML content
    Last updated -
    1
    9
    9
    JavaScript
  • 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/trilogy-group/youtube-summarizer-mcp'

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