Markdownify MCP Server

youtube-to-markdown

Convert a YouTube video to markdown, including transcript if available

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the YouTube video

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the YouTube video", "type": "string" } }, "required": [ "url" ], "type": "object" }