← Back to browse

tubemind-secure-mcp

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsYOUTUBE_CLIENT_ID YOUTUBE_CLIENT_SECRET YOUTUBE_REDIRECT_URI TOKEN_ENCRYPTION_KEY RATE_LIMIT_PER_MINUTE REQUEST_TIMEOUT_MS AUDIT_LOG_PATH NODE_ENV
Claude Code
claude mcp add --env YOUTUBE_CLIENT_ID= --env YOUTUBE_CLIENT_SECRET= --env YOUTUBE_REDIRECT_URI= --env TOKEN_ENCRYPTION_KEY= --env RATE_LIMIT_PER_MINUTE= --env REQUEST_TIMEOUT_MS= --env AUDIT_LOG_PATH= --env NODE_ENV= tubemind-secure-mcp -- npx tubemind-secure-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"tubemind-secure-mcp","command":"npx","args":["tubemind-secure-mcp"],"env":{"YOUTUBE_CLIENT_ID":"","YOUTUBE_CLIENT_SECRET":"","YOUTUBE_REDIRECT_URI":"","TOKEN_ENCRYPTION_KEY":"","RATE_LIMIT_PER_MINUTE":"","REQUEST_TIMEOUT_MS":"","AUDIT_LOG_PATH":"","NODE_ENV":""}}'
JSON
{
  "mcpServers": {
    "tubemind-secure-mcp": {
      "command": "npx",
      "args": [
        "tubemind-secure-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "",
        "YOUTUBE_CLIENT_SECRET": "",
        "YOUTUBE_REDIRECT_URI": "",
        "TOKEN_ENCRYPTION_KEY": "",
        "RATE_LIMIT_PER_MINUTE": "",
        "REQUEST_TIMEOUT_MS": "",
        "AUDIT_LOG_PATH": "",
        "NODE_ENV": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.