youtube summarize for Cursor
io.github.zlatkoc/youtube-summarize
MCP server that fetches YouTube video transcripts and optionally summarizes them
client:Cursor
transport:stdio
runtime:pypi
Install youtube summarize in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"youtube-summarize": {
"type": "stdio",
"command": "uvx",
"args": [
"youtube-summarize"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs