mcpbeat Sign in

YouTube Data MCP Server

local only

YouTube Data runs on your own machine — the client starts it, so there is no endpoint to ping. 1 088 installs a week from npm. Last commit 11 Sep 2026.

YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.

Installs per day peak 460 · avg 77 · +337% w/w
a month agotoday
1 088
Installs / week
npm · @kirbah/mcp-youtube
29
Stars
1 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check YouTube Data every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-youtube -- npx -y @kirbah/mcp-youtube
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-youtube": {
      "args": [
        "-y",
        "@kirbah/mcp-youtube"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-youtube]
command = "npx"
args = ["-y", "@kirbah/mcp-youtube"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-youtube": {
      "args": [
        "-y",
        "@kirbah/mcp-youtube"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-youtube": {
      "args": [
        "-y",
        "@kirbah/mcp-youtube"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUTUBE_API_KEY (YouTube Data API v3 key), MDB_MCP_CONNECTION_STRING (MongoDB connection string for caching). The author declared them in the registry entry; get the values from the project itself.

Alternatives to YouTube Data

same job, measured the same way
Youtube
by pipeworx-io

YouTube MCP — wraps the YouTube Data API v3 (BYO API key)

41 tools answering
Sorsa MCP
by sorsa-io

MCP server for the Sorsa.io X/Twitter data API

34 installs/wk local only
Youtube
by jojapi

YouTube: YouTube Data API, you can add various YouTube features to your app. Use the API for.

20 tools answering
YouTube MCP
by mrsknetwork

Interact with YouTube data via the official Data API v3

70 installs/wk local only
Social Data MCP
by mrocker

X/Twitter, YouTube and TikTok data tools in one stdio MCP server (Apify-hosted). Pay per result.

44 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

32 installs/wk local only
Youtube Video Analyzer
by ludmila-omlopes

MCP stdio server for analyzing YouTube videos with Google Gemini

30 installs/wk local only
Youtube Summarize
by zlatkoc

MCP server that fetches YouTube video transcripts and optionally summarizes them

89 installs/wk local only

YouTube Data — questions

Answers built from our own checks of this server.

Why is there no uptime for YouTube Data?
YouTube Data 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 npm package @kirbah/mcp-youtube was installed 1 088 times last week.
How do I connect YouTube Data?
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 @kirbah/mcp-youtube straight from npm; nothing to host, nothing to sign up for.
How many people use YouTube Data?
The npm package @kirbah/mcp-youtube was installed 1 088 times in the last week. Week over week that is +337%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is YouTube Data open source?
Yes — it is published under the MIT licence, written in TypeScript, 29 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.