YouTube Data for Cline
io.github.kirbah/mcp-youtube
YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.
client:Cline
transport:stdio
runtime:npm
Install YouTube Data in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-youtube": {
"command": "npx",
"args": [
"-y",
"@kirbah/mcp-youtube"
],
"env": {
"YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>",
"MDB_MCP_CONNECTION_STRING": "<MDB_MCP_CONNECTION_STRING>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs