Content
# youtube_mcp
Youtube transcribation MCP server
## Demo Video
[](https://youtu.be/bS5vKuehzEE)
*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](./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
3. 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
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
OpenAI Whisper
OpenAI Whisper MCP Server - 基于本地 Whisper CLI 的离线语音识别与翻译,无需 API Key,支持...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
ai-engineering-from-scratch
Learn it. Build it. Ship it for others. The most comprehensive open-source...
hyperframes
Write HTML. Render video. Built for agents.