braderik/youtube-mcp-server
3.1
If you are the rightful owner of youtube-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server designed for YouTube-related operations, facilitating seamless integration and management of YouTube API interactions.
youtube-mcp-server
An MCP server for YouTube-related operations.
Quick Start
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt
Notes
- Store API credentials in a local
.env
that is not committed. - Contributions welcome via issues/PRs.