MCP.so
Sign In

yt-mcp-server

@kdr

About yt-mcp-server

MCP server with various utility functions for dealing with youtube data

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

kdr

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "yt-mcp-server-kdr": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/kdr/yt-mcp-server.git",
        "server"
      ]
    }
  }
}

Tools

3

Returns the YouTube watch URL for a given video ID, optionally starting at a specific time

Returns the thumbnail URL for a given YouTube video ID

Normalizes various YouTube URL formats to the canonical watch URL and extracts the video ID

Overview

Comments

More Other MCP servers