Back to Browse

Tubekit MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Compliance-aware MCP server for YouTube publishing, analytics and creator insights.

About

Compliance-aware MCP server for YouTube publishing, analytics and creator insights.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Path to the Fernet key that encrypts stored OAuth tokens at rest. The server refuses to start without one.Optional

Environment variable: TUBEKIT_MASTER_KEY_PATH

Path to your own Google Cloud OAuth client JSON. Required to refresh access tokens.Optional

Environment variable: TUBEKIT_OAUTH_CLIENT_SECRETS_PATH

SQLite file holding the audit log, quota ledger and channel state.Optional

Environment variable: TUBEKIT_STATE_DB_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-santiriera626-tubekit-mcp": {
      "env": {
        "TUBEKIT_STATE_DB_PATH": "your-tubekit-state-db-path-here",
        "TUBEKIT_MASTER_KEY_PATH": "your-tubekit-master-key-path-here",
        "TUBEKIT_OAUTH_CLIENT_SECRETS_PATH": "your-tubekit-oauth-client-secrets-path-here"
      },
      "args": [
        "tubekit-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Tubekit MCP Server - Compliance-aware MCP server for YouTube publishing, | MCP Marketplace