Markdownify MCP Server
by zcaceres
youtube-to-markdown
Convert a YouTube video to markdown, including transcript if available
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL of the YouTube video |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "URL of the YouTube video",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}