Secure MCP server for YouTube intelligence — 18 tools, OAuth2, OWASP Top 10 controls.
npx @getmcp/cli add io.github.dewtech-technologies/tubemind-secure-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
YOUTUBE_CLIENT_IDGoogle OAuth2 Client ID for YouTube Data API v3 + Analytics API
YOUTUBE_CLIENT_SECRETGoogle OAuth2 Client Secret
TOKEN_ENCRYPTION_KEY64-char hex key for AES-256-GCM token encryption at rest. Generate with: openssl rand -hex 32
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dewtech-technologies/tubemind-secure-mcp": {
"command": "npx",
"args": [
"-y",
"tubemind-secure-mcp"
],
"env": {
"YOUTUBE_CLIENT_ID": "",
"YOUTUBE_CLIENT_SECRET": "",
"YOUTUBE_REDIRECT_URI": "http://localhost:4000/oauth/callback",
"TOKEN_ENCRYPTION_KEY": "",
"RATE_LIMIT_PER_MINUTE": "60",
"REQUEST_TIMEOUT_MS": "10000",
"AUDIT_LOG_PATH": "./logs/audit.log",
"NODE_ENV": "production"
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Schedule agent work and report write-once outcomes via CueAPI from any MCP host.