Skip to main content
Glama

Youtube-Summarizer MCP Server

# Remove existing virtual environment if it exists if [ -d ".venv" ]; then rm -rf .venv fi # Create and activate the virtual environment python3 -m venv .venv source .venv/bin/activate # Verify the Python version and environment echo "Using Python version: $(python --version)" echo "Python executable: $(which python)" # Install required packages pip install -r requirements.txt # Run the client and server python client.py server.py # Deactivate the virtual environment deactivate

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