server.json•1.14 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.kirbah/mcp-youtube",
"title": "YouTube Data",
"description": "YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.",
"status": "active",
"repository": {
"url": "https://github.com/kirbah/mcp-youtube",
"source": "github"
},
"version": "0.2.7",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@kirbah/mcp-youtube",
"version": "0.2.7",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "YouTube Data API v3 key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUTUBE_API_KEY"
},
{
"description": "MongoDB connection string for caching",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "MDB_MCP_CONNECTION_STRING"
}
]
}
]
}