Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From youtube-to-docs
Local stdio MCP server using youtube-to-docs Python package to convert YouTube videos into documents like transcripts or notes for Claude Code. No secrets required.
npx claudepluginhub doit-artificial-intelligence/youtube-to-docsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"youtube-to-docs": {
"command": "uv",
"args": [
"run",
"--with",
"youtube-to-docs[all]",
"python",
"-m",
"youtube_to_docs.mcp_server"
]
}
}
}Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.