From youtube
Runs locally as a stdio subprocess for YouTube integration, providing tools for video search, metadata retrieval, transcripts, and content access. Uses CLAUDE_PLUGIN_DATA; likely requires YouTube API key.
npx claudepluginhub jcodesmore/jcodesmore-plugins --plugin youtubeAdd to your .mcp.json:
{
"mcpServers": {
"youtube": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/start-mcp.mjs"
],
"env": {
"CLAUDE_PLUGIN_DATA": "${CLAUDE_PLUGIN_DATA}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeCLAUDE_PLUGIN_DATA=${CLAUDE_PLUGIN_DATA}Share bugs, ideas, or general feedback.