VEO 3.1
Rank #53,566io.github.u2n4/veo-mcp-server
4K video generation via Google VEO 3.1: text-to-video, image-to-video, video extension
VEO 3.1 is a Model Context Protocol (MCP) server published by u2n4. It ranks #53,566 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. VEO 3.1 is listed on Official MCP, with 1 tracked version. It was first listed on Apr 18, 2026 and most recently updated on Apr 19, 2026.
Ranks ahead of 61,894 of 115,460 servers on MCP Toplist.
Use VEO 3.1
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add veo-mcp-server -- uvx veo-mcp-server[mcp_servers.veo-mcp-server]
command = "uvx"
args = ["veo-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"veo-mcp-server": {
"command": "uvx",
"args": [
"veo-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"veo-mcp-server": {
"command": "uvx",
"args": [
"veo-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"veo-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"veo-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"veo-mcp-server": {
"command": "uvx",
"args": [
"veo-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"veo-mcp-server": {
"command": "uvx",
"args": [
"veo-mcp-server"
]
}
}
}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%2Fveo-mcp-server)<a href="https://mcptoplist.com/server/io.github.u2n4%2Fveo-mcp-server"><img src="https://mcptoplist.com/badge/io.github.u2n4%2Fveo-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
u2n4
Other servers by u2n4
View all u2n4 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.2 | Apr 19, 2026 |
Frequently asked questions
- Who maintains VEO 3.1?
- VEO 3.1 is maintained by u2n4, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is VEO 3.1 listed on the Official MCP Registry?
- Yes — VEO 3.1 is listed on the Official MCP Registry.
- How many versions does VEO 3.1 have?
- MCP Toplist tracks 1 version of VEO 3.1, most recently published on Apr 19, 2026.
- Where can I find the source code for VEO 3.1?
- The source code for VEO 3.1 is hosted at github.com/u2n4/gemini-media-mcp.