Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ› ๏ธ Other Tools and Integrations
  3. YouTube
YouTube logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 9:16:13 PM

YouTube

User RatingsBe the first to rate and review this MCP server!
View Repository5.8k GitHub StarsTotal stargazers on GitHub for the source repository (5,801 stars).Visit Website
youtubebrowser-automationdata-extractionmultimedia

Extracts and converts YouTube video information through browser automation tools exposed over MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live โ€” we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "klavis-ai-youtube": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp@latest"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (24) Directory Badge Claim listing Alternatives๐Ÿ› ๏ธ More in Other Tools and Integrations

Overview

Klavis-AI/YouTube MCP server exposes browser automation tools for working with YouTube pages through MCP. It can navigate pages, inspect accessibility snapshots and network requests, interact with forms and controls, and evaluate page JavaScript. Reach for it when an agent needs browser-based YouTube information extraction or conversion and can operate through a web page rather than a documented YouTube API.

Use cases

โ€ขExtract information from a YouTube video page
โ€ขInspect YouTube page content through accessibility snapshots
โ€ขCollect network request details from a video page
โ€ขInteract with YouTube controls through browser automation

Key features

โ€ขYouTube page navigation
โ€ขAccessibility snapshot and text search
โ€ขBrowser interaction and form automation
โ€ขConsole and network request inspection
โ€ขTab, screenshot, and wait controls
โ€ขPlaywright JavaScript execution

Capabilities & Tool Schemas (24) ~3.7k tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this serverโ€™s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by YouTube.

browser_close

Close the page

browser_resize

Resize the browser window

browser_console_messages

Returns all console messages

browser_handle_dialog

Handle a dialog

browser_evaluate

Evaluate JavaScript expression on page or element

browser_file_upload

Upload one or multiple files

How YouTube works

What Klavis-AI/YouTube MCP server does

Klavis-AI/YouTube MCP server provides an MCP interface for extracting and converting YouTube video information. The supplied tool list shows a browser-oriented implementation: an agent can open a URL, inspect the page, interact with its controls, and retrieve page or network details.

The server is therefore suited to workflows where the required information is available through a YouTube web page. It does not expose a small set of named YouTube operations in the provided material, such as a dedicated video-search or transcript tool. Instead, the agent works with general browser capabilities.

How it works

Klavis-AI/YouTube MCP server uses browser actions to operate on a current page. Navigation and history tools move between URLs, while snapshots and text search help an agent locate content in the page's accessibility tree. Clicking, typing, form filling, selecting options, hovering, dragging, keyboard input, and dialog handling support interaction with page controls.

For inspection, the server can return browser console messages, list network requests, and retrieve full details for an individual request. It can also capture screenshots, wait for text to appear or disappear, resize the browser window, and manage multiple tabs. JavaScript can be evaluated against a page or element. The browser_run_code_unsafe capability runs Playwright code in the server process and is explicitly described as RCE-equivalent, so it should be treated as a high-risk operation.

Setup and configuration

The repository README documents several ways to use Klavis services: a cloud-hosted option at klavis.ai, self-hosted Docker examples for another Klavis MCP server, and SDK or REST API examples for creating server instances. The supplied material does not provide a YouTube-specific Docker image, package name, startup command, MCP configuration block, or required environment variable.

Klavis-AI/YouTube MCP server can therefore be evaluated as part of the Klavis MCP integration offering, but a developer should consult the linked Klavis documentation for the exact deployment path for this server. The README's SDK and REST examples use a Klavis API key for those platform-management operations; the material does not establish that the local YouTube browser server itself requires that credential.

Tools and capabilities

Available capabilities include:

  • Navigate to URLs and return to earlier pages.
  • Capture accessibility snapshots, screenshots, console messages, and network activity.
  • Search page snapshots for text or regular expressions.
  • Click, type, fill forms, select options, hover, drag, upload files, and handle dialogs.
  • Create, close, list, and select browser tabs.
  • Wait for page text or a specified period.
  • Evaluate JavaScript on a page or element.
  • Run Playwright code through the unsafe execution tool.

These tools support browser-level extraction and conversion workflows, but the supplied material does not specify the output format or identify which video fields are converted.

Limitations and notes

The provided description is limited to extracting and converting YouTube video information, while the detailed tool list describes general browser automation. No YouTube API credentials, rate limits, supported video fields, transcript behavior, or conversion formats are documented in the supplied material.

Klavis-AI/YouTube MCP server also has no project-specific installation command stated in the excerpt. Compatibility with Claude Desktop, Cursor, Windsurf, and Cline is not confirmed. Treat arbitrary-code execution as sensitive because the README identifies the unsafe Playwright tool as equivalent to remote code execution in the server process.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • MCP Log Proxy logoMCP Log Proxy

    MCP server proxy that offers a Web UI to the full message flow

    ๐Ÿ› ๏ธ Other Tools and Integrations4 views
    Compare vs MCP Log Proxy โ†’
  • Actors MCP Server logoActors MCP Server

    Use 3,000+ pre-built cloud tools, known as Actors, to extract data from websites, e-commerce, social media, search engines, maps, and more

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs Actors MCP Server โ†’
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    ๐Ÿ› ๏ธ Other Tools and Integrations4 views
    Compare vs Git โ†’
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs Time โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
5.8k
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Tools exposed
24
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about YouTube

The supplied README does not include a YouTube-specific installation command, package name, Docker image, or MCP configuration block. It directs users to Klavis cloud hosting and documentation for setup options.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewYouTube AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/klavis-ai-youtube?style=directory)](https://allmcps.com/mcp/klavis-ai-youtube)
HTML Embed
<a href="https://allmcps.com/mcp/klavis-ai-youtube"><img src="https://allmcps.com/api/badge/klavis-ai-youtube?style=directory" alt="YouTube on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ› ๏ธOther Tools and Integrations
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsWindsurf
Last updatedSep 6, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5,801
GitHub Star CountTotal stargazers on GitHub representing community popularity (5,801 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 1, 2026
60Quality signal: Good ยท 60/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership9/20
Documentation & tools29/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

1 high-severity advisory on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage โ€” this is a directional signal, not a security audit.

Critical 0High 1Medium 0Low 0

Scanned 20d ago via OSV.dev ยท @playwright/mcp@latest (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ› ๏ธ Other Tools and Integrations โ†’Alternatives to YouTube โ†’Install in Claude DesktopInstall in CursorInstall in VS Code