mcpbeat Sign in

tubekit MCP Server

by santiriera626 Your server? Claim it
local only

tubekit runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from pypi. Last commit 10 Aug 2026.

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

Installs per day peak 330 · avg 25 · -8% w/w
a month agotoday
71
Installs / week
pypi · tubekit-mcp
0
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
Python

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    part = os.path.join(staging, f"{record.token_id}.part")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tubekit-mcp -- uvx tubekit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tubekit-mcp": {
      "args": [
        "tubekit-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tubekit-mcp]
command = "uvx"
args = ["tubekit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tubekit-mcp": {
      "args": [
        "tubekit-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tubekit-mcp": {
      "args": [
        "tubekit-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to tubekit

same job, measured the same way
Nvoip MCP Server
by com-nvoip

Secure Nvoip MCP server for reports, call analytics, service quality, and business insights.

answering
I
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

703 installs/wk local only
I
CAST Gatekeeper MCP Server
by cast-extend

CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents

local only
ClearPolicy
by clearpolicy

Authenticated MCP server for ClearPolicy policy and compliance workflows.

answering
The Metis Fca Handbook AI Harness MCP
by 99blaked99

MCP server for FCA Handbook compliance analysis with verbatim citations.

357 installs/wk local only
Umami Compass
by webcredo

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

70 installs/wk local only
MCP Google Search Console
by crunchtools

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

68 installs/wk local only
Sops MCP
by privacyplaybook

MCP server for creating and managing SOPS-encrypted secrets

71 installs/wk local only

tubekit — questions

Answers built from our own checks of this server.

Why is there no uptime for tubekit?
tubekit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tubekit-mcp was installed 71 times last week.
How do I connect tubekit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tubekit-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use tubekit?
The pypi package tubekit-mcp was installed 71 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is tubekit open source?
Yes — it is published under the NOASSERTION licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.