Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"youtube": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/start-mcp.mjs"
],
"env": {
"CLAUDE_PLUGIN_DATA": "${CLAUDE_PLUGIN_DATA}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CLAUDE_PLUGIN_DATA=${CLAUDE_PLUGIN_DATA}npx claudepluginhub jcodesmore/jcodesmore-plugins --plugin youtube