youtube_mcp
Youtube transcribation MCP server
Demo Video
Click the image above to watch the demo video
Requirements:
- OpenAI API key
- Cookies
Server installation
- Clone the repo:
git clone https://github.com/format37/youtube_mcp.git
cd youtube_mcp
nano .env
- Extract your cookies. See cookies.md Place cookies.txt in the ./mcp/ folder.
- Generate MCP_KEY:
python token_generator.py
- Define .env:
CONTAINER_NAME=youtube_mcp_main
PORT=7001
MCP_KEY=YOUR-MCP-KEY
OPENAI_API_KEY=YOUR-OPENAI-KRY
- Provide run access
sudo chmod +x compose.sh
sudo chmod +x logs.sh
sudo chmod +x update.sh
- Run
./compose.sh
- Check that port is opened for incoming connections.
Client configuration
- Add Bybit server to the Claude desktop config: Example:
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:7001/sse",
"--header",
"Authorization:YOUR-TOKEN",
"--allow-http"
],
"disabled": false
}
}
}
Client side
4. Restart Claude desktop
5. Check that tws tools are listed in the tools list. Ask Claude to check ibkr account
Recommend MCP Servers 💡
mcp-tic-tac-toe
tomholford
Play tic-tac-toe against an LLM via MCP
2025-07-11
elevenlabs-mcp
elevenlabs
Official ElevenLabs MCP server enabling interaction with Text to Speech and audio processing APIs for MCP clients like Claude Desktop, Cursor, etc.
2025-03-14
@opgginc/opgg-mcp
opgginc
The OP.GG MCP Server is a Model Context Protocol implementation that seamlessly connects OP.GG data with AI agents and platforms. This server enables AI agents to retrieve various OP.GG data via function calling.
2025-04-08
github.com/emicklei/melrose-mcp
emicklei
MCP server (STDIO) that uses melrose tool to play musical expressions
2025-05-07
mcp-gamecube-bridge
u1f992
An MCP server that bridges Nintendo GameCube operations, allowing clients to interact with a GameCube console.
2025-04-20
mcp-stockfish
sonirico
🐟 MCP server connecting AI systems to Stockfish chess engine
2025-05-25
