Loading MCP server directory, please wait...
Compliance-aware MCP server for YouTube publishing, analytics and creator insights.
npx @getmcp/cli add io.github.santiriera626/tubekit-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
TUBEKIT_OAUTH_CLIENT_SECRETS_PATHPath to your own Google Cloud OAuth client JSON. Required to refresh access tokens.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.santiriera626/tubekit-mcp": {
"command": "uvx",
"args": [
"tubekit-mcp"
],
"env": {
"TUBEKIT_MASTER_KEY_PATH": "~/.config/tubekit/master.key",
"TUBEKIT_OAUTH_CLIENT_SECRETS_PATH": "",
"TUBEKIT_STATE_DB_PATH": "state.db"
}
}
}
}