Gemini Omni MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTPUT_DIR | No | Directory for output videos | ~/gemini_omni_videos |
| GEMINI_API_KEY | Yes | Your Google Gemini API key | |
| MAX_BATCH_SIZE | No | Maximum batch size for batch generation | |
| REQUEST_TIMEOUT | No | Timeout for API requests | |
| DEFAULT_DELIVERY | No | Default delivery method (uri or inline) | |
| FILE_POLL_TIMEOUT | No | Poll timeout for file operations | |
| FILE_POLL_INTERVAL | No | Poll interval for file operations | |
| DEFAULT_ASPECT_RATIO | No | Default aspect ratio for videos | |
| DEFAULT_DURATION_SECONDS | No | Default duration in seconds |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_videoA | Generate or edit MP4 videos with Gemini Omni Flash. Capabilities:
Parameters:
Prompt tips:
Limitations:
Returns JSON including video.path, interaction_id, task, aspect_ratio, delivery, size, and URI metadata. After success, open video.path with the native OS video viewer. |
| batch_generateA | Generate multiple Gemini Omni Flash videos in conservative parallel batches. Use for storyboards, aspect-ratio comparisons, or reference-guided variations. Batch size defaults to configuration and is capped at 4 because video jobs are long. The JSON response includes per-prompt video.path, interaction_id, metadata, and errors. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| continuous_cinematic_scene | Single-shot cinematic scene prompt for generate_video. |
| image_to_video_motion | Reference-image motion prompt for generate_video. |
| timed_sequence | Timed 10-second sequence prompt. |
| edit_instruction | Simple video-edit prompt for previous_interaction_id workflows. |
| batch_storyboard | Storyboard prompt list for batch_generate. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/nikships/gemini-omni-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server