metube-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@metube-mcpdownload https://www.youtube.com/watch?v=dQw4w9WgXcQ in high quality"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
metube-mcp
MCP server for MeTube — control your yt-dlp web GUI from any AI assistant.
Tools
Tool | Description |
| Queue a video/audio download (URL, quality, format, folder) |
| List queued, active, and completed downloads |
| Remove items from queue or history |
| Start pending downloads |
| Cancel current add operation |
| Get MeTube and yt-dlp versions |
| Check if cookies are configured |
| Upload cookies for authenticated downloads |
| Remove uploaded cookies |
Setup
Claude Code
{
"mcpServers": {
"metube": {
"command": "uvx",
"args": ["metube-mcp"],
"env": {
"METUBE_URL": "http://localhost:8081"
}
}
}
}From source
{
"mcpServers": {
"metube": {
"command": "uvx",
"args": ["--from", "git+https://github.com/ishevchenko/metube-mcp", "metube-mcp"],
"env": {
"METUBE_URL": "http://localhost:8081"
}
}
}
}Configuration
Environment Variable | Default | Description |
|
| MeTube instance URL |
Development
git clone https://github.com/ishevchenko/metube-mcp.git
cd metube-mcp
pip install -e .
METUBE_URL=http://localhost:8081 metube-mcpLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/JungleM0nkey/metube-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server