SkillAgentSearch skills...

youtube-personal-feed

MCP tool for retrieving last feeds from your Youtube subscriptions

Install / Use

claude mcp add toniher -- npx -y github:toniher/youtube-personal-feed

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

37/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "youtube-personal-feed", "version": "0.1.3", "type": "module", "description": "MCP server exposing your personal YouTube subscription feed (Data API v3, OAuth)", "repository": { "type": "git", "url": "https://github.com/toniher/youtube-personal-feed" }, "license": "MIT", "bin": { "youtube-personal-feed": "./dist/cli.js", "youtube-personal-feed-auth": "./dist/auth.js", "youtube-personal-feed-mcp": "./dist/index.js" }, "files": [ "dist/", "README.md", ".env.example" ], "engines": { "node": ">=18" }, "scripts": { "auth": "tsx src/auth.ts", "dev": "tsx src/index.ts", "build": "tsc -p tsconfig.build.json", "cli": "tsx src/cli.ts", "start": "node dist/index.js", "smoke": "tsx scripts/smoke.ts", "typecheck": "tsc --noEmit", "lint": "biome lint src scripts && biome format src scripts", "format": "biome format --write src scripts", "precommit": "lint-staged && npm run typecheck", "prepare": "simple-git-hooks", "prepack": "npm run build" }, "lint-staged": { "*.ts": [ "biome format --write", "biome lint --write" ] }, "simple-git-hooks": { "pre-commit": "npm run precommit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "google-auth-library": "^11.0.0", "googleapis": "^174.0.0", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "^2.5.7", "@types/node": "^22.0.0", "lint-staged": "^16.4.0", "simple-git-hooks": "^2.13.1", "tsx": "^4.23.5", "typescript": "^5.9.3" }, "allowScripts": { "esbuild@0.28.1": true, "simple-git-hooks@2.13.1": true } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low