Personal MCP Server
Enables AI assistants to fetch and process YouTube video transcripts in multiple formats and languages, with built-in caching and rate limiting for efficient video content analysis.
README
Personal MCP Server
Model Context Protocol (MCP) server providing YouTube transcript fetching and extensible tools for AI assistants.
Quick Start
# Pull and run from GitHub Container Registry (recommended)
docker compose pull
docker compose up -d
# View logs
docker compose logs -f
# Stop
docker compose down
Server runs at http://localhost:8000
Features
- YouTube Transcript Fetching - Multiple formats (plain, structured, SRT, VTT), multi-language support
- Persistent Caching - TTL-based with configurable size and expiration
- Rate Limiting - Prevent abuse (100 requests/minute default)
- Security Hardened - Non-root user, read-only filesystem, minimal privileges
Available Tools
youtube_get_transcript
Fetch YouTube video transcript in various formats.
Parameters:
video_url_or_id- YouTube URL or video IDlanguages- Preferred languages (default: ["en"])format- Output format: plain, structured, srt, vtt (default: plain)use_cache- Use cache if available (default: true)
youtube_list_languages
List all available transcript languages for a video.
Parameters:
video_url_or_id- YouTube URL or video ID
get_server_stats
Get server statistics including cache and rate limit info.
Configuration
Edit docker-compose.yml environment variables:
MCP_SERVER_HOST: 0.0.0.0 # Bind address
MCP_SERVER_PORT: 8000 # Port number
CACHE_ENABLED: true # Enable caching
CACHE_TTL: 3600 # Cache TTL in seconds
CACHE_MAX_SIZE: 100 # Max cached items
RATE_LIMIT_ENABLED: true # Enable rate limiting
RATE_LIMIT_REQUESTS: 100 # Requests per window
RATE_LIMIT_WINDOW: 60 # Window in seconds
# Optional YouTube settings
# YOUTUBE_COOKIES: /app/cookies.txt
# YOUTUBE_PROXY_HTTP: http://proxy:8080
# YOUTUBE_PROXY_HTTPS: https://proxy:8080
Development
Build and run locally from source:
docker compose -f docker-compose.build.yml up -d --build
Available Images
From ghcr.io/cloonix/mymcp:
latest- Latest build from main branchmain- Main branchv1.0.0- Version tags (when released)
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.