Video URL Analyzer
Rank #35,100io.github.u2n4/video-url-analyzer-mcp
Analyze YouTube/TikTok/Instagram videos: transcripts, AI insights, tutorial extraction
Video URL Analyzer is a Model Context Protocol (MCP) server published by u2n4. It ranks #35,100 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Video URL Analyzer is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 8, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 80,491 of 115,591 servers on MCP Toplist.
Use Video URL Analyzer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add video-url-analyzer-mcp -- uvx video-url-analyzer-mcp[mcp_servers.video-url-analyzer-mcp]
command = "uvx"
args = ["video-url-analyzer-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"video-url-analyzer-mcp": {
"command": "uvx",
"args": [
"video-url-analyzer-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"video-url-analyzer-mcp": {
"command": "uvx",
"args": [
"video-url-analyzer-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"video-url-analyzer-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"video-url-analyzer-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"video-url-analyzer-mcp": {
"command": "uvx",
"args": [
"video-url-analyzer-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"video-url-analyzer-mcp": {
"command": "uvx",
"args": [
"video-url-analyzer-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.u2n4%2Fvideo-url-analyzer-mcp)<a href="https://mcptoplist.com/server/io.github.u2n4%2Fvideo-url-analyzer-mcp"><img src="https://mcptoplist.com/badge/io.github.u2n4%2Fvideo-url-analyzer-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
u2n4
Other servers by u2n4
View all u2n4 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Apr 19, 2026 |
Frequently asked questions
- Who maintains Video URL Analyzer?
- Video URL Analyzer is maintained by u2n4, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Video URL Analyzer listed on the Official MCP Registry?
- Yes — Video URL Analyzer is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Video URL Analyzer have?
- MCP Toplist tracks 1 version of Video URL Analyzer, most recently published on Apr 19, 2026.
- Where can I find the source code for Video URL Analyzer?
- The source code for Video URL Analyzer is hosted at github.com/u2n4/video-url-analyzer-mcp.