gemini-omni-mcp
MCP server that lets Claude control Google Gemini Omni video generation via a browser bridge (Playwright) until the official API ships.
README
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 Omni
- Your 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.
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 once
Use 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 |
|---|---|
omni_status |
Is the session signed in? Is a generation running? |
omni_generate_video |
Generate a video from a structured brief (or full prompt); returns the saved file path. |
omni_edit_video |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.