MCP Vods
Rank #7,574io.github.aahl/mcp-vods
MCP server providing vods capabilities
MCP Vods is a Model Context Protocol (MCP) server published by aahl. It ranks #7,574 of 115,591 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. MCP Vods is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Jan 7, 2026 and most recently updated on Jan 29, 2026.
Ranks ahead of 108,017 of 115,591 servers on MCP Toplist.
Use MCP Vods
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-vods -- uvx mcp-vodsclaude mcp add mcp-vods -- docker run -i --rm ghcr.io/aahl/mcp-vods:latest[mcp_servers.mcp-vods]
command = "uvx"
args = ["mcp-vods"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-vods]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/aahl/mcp-vods:latest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-vods": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-vods:latest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-vods": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-vods:latest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-vods": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-vods": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-vods:latest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-vods": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-vods:latest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}{
"mcpServers": {
"mcp-vods": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-vods:latest"
]
}
}
}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.aahl%2Fmcp-vods)<a href="https://mcptoplist.com/server/io.github.aahl%2Fmcp-vods"><img src="https://mcptoplist.com/badge/io.github.aahl%2Fmcp-vods.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
aahl
Other servers by aahl
View all aahl servers →Available versions (9)
| Version | Published |
|---|---|
| 0.1.9 | Jan 29, 2026 |
| 0.1.8 | Jan 29, 2026 |
| 0.1.6 | Jan 21, 2026 |
| 0.1.5 | Jan 16, 2026 |
| 0.1.4 | Jan 14, 2026 |
| 0.1.3 | Jan 14, 2026 |
| 0.1.2 | Jan 12, 2026 |
| 0.1.1 | Jan 7, 2026 |
| 0.1.0 | Jan 7, 2026 |
Frequently asked questions
- Who maintains MCP Vods?
- MCP Vods is maintained by aahl, which publishes 4 MCP servers (37 total versions) tracked on MCP Toplist.
- Is MCP Vods listed on the Official MCP Registry?
- Yes — MCP Vods is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Vods have?
- MCP Toplist tracks 9 versions of MCP Vods, most recently published on Jan 29, 2026.
- Where can I find the source code for MCP Vods?
- The source code for MCP Vods is hosted at github.com/aahl/mcp-vods.