- Youtube
- Mermaid diagram
- Fetch web (headless browser - Please install
npx playwright install --with-deps)
Run the following command to install dependencies:
npm installBelow is an example configuration for Claude:
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/youtube.ts"],
"env": {
"YOUTUBE_API_KEY": "your-youtube-api-key"
}
},
"mermaidjsdiagram": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/mermaid.ts"]
},
"reddit": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/reddit.ts"]
},
"fetch": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/fetch.ts"]
}
}
}