Stats
Actions
Tags
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.
Copy 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
npx claudepluginhub doit-artificial-intelligence/youtube-to-docs