mcp-youtube-transcribe
by tintando
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Standard logging levels | INFO |
| COOKIES_FILE | No | Where to look for the YouTube cookie jar, inside the container | /data/cookies.txt |
| RETURN_CHARS | No | How much text one tool response may carry | 6000 |
| WHISPER_MODEL | No | Any faster-whisper model name. medium, small, base, tiny are smaller; distil-large-v3 is faster and English only | large-v3 |
| SYNC_LIMIT_SEC | No | The inline/background threshold. Thirty minutes | 1800 |
| PUBLIC_HOSTNAME | No | Public name to accept in the Host header, for a tunnel or reverse proxy | |
| WHISPER_COMPUTE | No | auto means float16 on GPU and int8 on CPU. Force it with float16, int8_float16, int8 or float32 | auto |
| MAX_DURATION_SEC | No | Refuse anything longer, before downloading. Six hours, mainly a guard against livestream VODs | 21600 |
| MCP_ALLOWED_HOSTS | No | Extra Host values, comma-separated | |
| MCP_ALLOWED_ORIGINS | No | Extra Origin values, comma-separated |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues