YouTube transcribation MCP server
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_format37_youtube_mcp-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_format37_youtube_mcp-0.1.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bc60842d5ff419c9befa1d4e15c7cf519d920785aea0b3f94d3432074aca3c7
|
|
| MD5 |
ff2df339b7cf77400a2b6b9644478a74
|
|
| BLAKE2b-256 |
dbd6edefc4e8ac5467a547110747fecccf51813472d023ff805cce1a0940195d
|
File details
Details for the file iflow_mcp_format37_youtube_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_format37_youtube_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d26d7458b06c271ccaf82ce526a5d7118a190a8d98fcc7e215e750167107e26
|
|
| MD5 |
853ffb44762c7bb2de5a9763f43ca8eb
|
|
| BLAKE2b-256 |
fb932880be82f51ba953a0f740f1ee5510db4f772fa106e5ec4546f86df43876
|