Odel
tubekit

tubekit

Local
@santiriera626PythonUpdated 4w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItubekit-mcpv0.3.0

Run

uvx tubekit-mcp

MCP client config

{
  "mcpServers": {
    "tubekit": {
      "command": "uvx",
      "args": [
        "tubekit-mcp"
      ]
    }
  }
}