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-skill
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.
Latest Blog Posts
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