Video URL Analyzer for Cursor
io.github.u2n4/video-url-analyzer-mcp
Analyze YouTube/TikTok/Instagram videos: transcripts, AI insights, tutorial extraction
client:Cursor
transport:stdio
runtime:pypi
Install Video URL Analyzer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"video-url-analyzer-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"video-url-analyzer-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs