MCP Server
MCP
YouTube Data
YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.
Install
npx -y @kirbah/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@kirbah/mcp-youtube",
"version": "1.1.13",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "YouTube Data API v3 key",
"format": "string",
"isSecret": true,
"name": "YOUTUBE_API_KEY"
},
{
"description": "MongoDB connection string for caching",
"format": "string",
"isSecret": true,
"name": "MDB_MCP_CONNECTION_STRING"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment