Back to Browse

Tubemind Secure MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Secure MCP server for YouTube intelligence — 18 tools, OAuth2, OWASP Top 10 controls.

About

Secure MCP server for YouTube intelligence — 18 tools, OAuth2, OWASP Top 10 controls.

Security Report

10.0
Low Risk10.0Low Risk

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

4 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.

What You'll Need

Set these up before or after installing:

Google OAuth2 Client ID for YouTube Data API v3 + Analytics APIOptional

Environment variable: YOUTUBE_CLIENT_ID

Google OAuth2 Client SecretRequired

Environment variable: YOUTUBE_CLIENT_SECRET

OAuth2 redirect URI (must match Google Cloud Console)Optional

Environment variable: YOUTUBE_REDIRECT_URI

64-char hex key for AES-256-GCM token encryption at rest. Generate with: openssl rand -hex 32Required

Environment variable: TOKEN_ENCRYPTION_KEY

Max tool invocations per minuteOptional

Environment variable: RATE_LIMIT_PER_MINUTE

HTTP request timeout (ms)Optional

Environment variable: REQUEST_TIMEOUT_MS

Path to the audit log fileOptional

Environment variable: AUDIT_LOG_PATH

production | developmentOptional

Environment variable: NODE_ENV

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-dewtech-technologies-tubemind-secure-mcp": {
      "env": {
        "NODE_ENV": "your-node-env-here",
        "AUDIT_LOG_PATH": "your-audit-log-path-here",
        "YOUTUBE_CLIENT_ID": "your-youtube-client-id-here",
        "REQUEST_TIMEOUT_MS": "your-request-timeout-ms-here",
        "TOKEN_ENCRYPTION_KEY": "your-token-encryption-key-here",
        "YOUTUBE_REDIRECT_URI": "your-youtube-redirect-uri-here",
        "RATE_LIMIT_PER_MINUTE": "your-rate-limit-per-minute-here",
        "YOUTUBE_CLIENT_SECRET": "your-youtube-client-secret-here"
      },
      "args": [
        "-y",
        "tubemind-secure-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!