MCP Server
MCP
io.github.lanternrow/youtube-organic-mcp
YouTube organic analytics — channel stats, video performance, watch time & audience insights.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "youtube-organic-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google OAuth client ID for the YouTube Data + Analytics APIs",
"isRequired": true,
"format": "string",
"name": "YOUTUBE_CLIENT_ID"
},
{
"description": "Google OAuth client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUTUBE_CLIENT_SECRET"
},
{
"description": "Google OAuth refresh token (offline access) for the channel owner",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUTUBE_REFRESH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment