gemini-omni-mcp
Controls Google Gemini Omni for video generation and editing through a browser bridge, enabling structured video creation and editing from MCP clients.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gemini-omni-mcpGenerate a video of a dog running on a beach at sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gemini-omni-mcp
An MCP server that lets Claude (or any MCP client) control Google Gemini Omni — Google's new "any-to-any" video-generation model (announced at Google I/O 2026).
Why a browser bridge? As of June 2026, Gemini Omni has no public developer API. Google said the Vertex AI rollout is "coming in the coming weeks." Until then, Omni only exists inside the Gemini app, Google Flow, and YouTube. This server bridges that gap by driving a logged-in Chrome session — and is built so it can swap to the official API in one place the moment it ships.
How it works
Claude ──MCP──► gemini-omni-mcp ──Playwright──► Chrome (your Google login) ──► Gemini OmniYour Google login lives in a persistent Chrome profile (
.auth-profile/). You sign in once, yourself — the code never sees, types, or stores your password.Tools are exposed over MCP so Claude can call them directly.
Related MCP server: Gemini Image & Video Generation MCP
Status
🚧 Phase 1 — scaffold (this commit). MCP server, browser session manager, and tool definitions are in place. The UI automation selectors are placeholders, to be mapped against the live Gemini Omni interface in Phase 2.
Phase | What | State |
1 | Repo scaffold, MCP skeleton, auth flow | ✅ done |
2 | Map the real Gemini/Flow DOM, wire generation + download | ⏳ next |
3 | Register in Claude Desktop, end-to-end test | ⏳ |
4 | Swap to official Vertex AI Omni API when released | 🔭 future |
Setup
npm install
npx playwright install chromium
npm run build
npm run auth # opens Chrome — log in to Google onceUse as an MCP server in Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"gemini-omni": {
"command": "node",
"args": ["C:/Users/tamir/Desktop/gemini-omni-mcp/dist/index.js"]
}
}
}Creating the perfect video
Don't fire a one-line prompt. The project ships a creation interview —
subject, action, setting, style, lighting, camera, aspect ratio, consistency,
mood — plus support for editing an existing video. The tools accept a
structured brief, not just a string, to nudge the caller into gathering those
details first. See GUIDE.md for the full flow and prompt template.
Tools
Tool | Description |
| Is the session signed in? Is a generation running? |
| Generate a video from a structured brief (or full prompt); returns the saved file path. |
| Edit an existing video — describe one change; Omni keeps characters/physics/continuity. |
Configuration
See .env.example. Copy it to .env to override defaults (profile dir, output dir, surface, headless, timeout).
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceMCP server for programmatic video generation. Send a prompt, get an MP4.Last updated
- Flicense-qualityDmaintenanceA production-ready MCP server that enables Claude and other LLMs to generate images and videos using Google's Gemini AI models (Gemini 2.0 Flash and Veo 2.0).Last updated1
- Flicense-qualityCmaintenanceMCP server exposing claude-video functionality for claude.ai web UI via HTTP+SSE, enabling video watching and analysis from claude.ai.Last updated
- Flicense-qualityBmaintenanceMCP server for managing video pipelines, integrating media processing (TTS, STT, image generation) and video editing, with a structured plugin system and tunnel to Claude AI Web.Last updated
Related MCP Connectors
MCP server for Google Veo AI video generation
MCP server for Kling AI video generation
MCP server for Hailuo (MiniMax) AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tamiratias93-gif/gemini-omni-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server