MCP server that fetches YouTube video transcripts and optionally summarizes them
claude mcp add youtube-summarize -- uvx youtube-summarize
claude_desktop_config.json
{
"mcpServers": {
"youtube-summarize": {
"command": "uvx",
"args": [
"youtube-summarize"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"youtube-summarize": {
"command": "uvx",
"args": [
"youtube-summarize"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"youtube-summarize": {
"command": "uvx",
"args": [
"youtube-summarize"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"youtube-summarize": {
"type": "stdio",
"command": "uvx",
"args": [
"youtube-summarize"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"youtube-summarize": {
"command": "uvx",
"args": [
"youtube-summarize"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.zlatkoc--youtube-summarize/reviews or the review_server meta-tool.
POST /mcp