image-video-mcp
Provides image generation via Gemini's Nano Banana model and video generation via Veo through the Gemini API.
Provides image generation through OpenAI's Images API, supporting models such as gpt-image-2.
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., "@image-video-mcpgenerate an image of a cat wearing a spacesuit"
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.
image-video-mcp
One MCP server that adds OpenAI image generation and Google Gemini image + video generation to Claude Code — and any MCP client. Bring your own API keys.
Tool | Provider | Default model |
| OpenAI Images API |
|
| Gemini (Nano Banana) |
|
| Veo via Gemini API |
|
Images save to assets/images/, videos to assets/videos/. Every model is
overridable with an env var, so it keeps working as models roll over.
Install
One-line, straight from git:
pip install "git+https://github.com/eracom-technologies/image-video-mcp.git"Or from a local clone:
git clone https://github.com/eracom-technologies/image-video-mcp.git
cd image-video-mcp && pip install .Both create the image-video-mcp command. Prefer isolation? pipx install .
or uv tool install ..
Related MCP server: mcp-media-engine
Register in Claude Code
claude mcp add-json image-video '{
"command": "image-video-mcp",
"args": [],
"env": { "OPENAI_API_KEY": "sk-...", "GEMINI_API_KEY": "..." }
}'
claude mcp list # confirm it shows "image-video"Or drop the included .mcp.json into a project folder (Claude Code auto-detects
it). Get keys at platform.openai.com and
aistudio.google.com/apikey.
Use
Ask Claude Code:
"Use gemini_generate_video: a slow drone shot over a misty forest, 16:9."
Verify
PYTHONPATH=src python scripts/smoke_test.py # offline: tools register
PYTHONPATH=src python scripts/smoke_test.py --live # real generations (uses credits)Full docs
See README-MCP.md for OS-specific config locations, all environment variables, model/deprecation notes, sharing, and troubleshooting.
License
MIT — see LICENSE.
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
- AlicenseAqualityDmaintenanceAn MCP server that enables Claude Code to generate images and short videos using Google's Gemini API (Imagen 4 for stills, Veo 3.1 for video). It integrates directly into development workflows, allowing AI assistants to create visual assets and reference them in code without context switching.61MIT
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1144MIT
- AlicenseBqualityDmaintenanceMCP server for generating and editing images using OpenAI, and creating videos using OpenAI Sora and Google Veo. Enables fetching media from URLs or disk with smart output placement.14189MIT
- FlicenseBqualityDmaintenanceA 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).31
Related MCP Connectors
MCP server for Google Veo AI video generation
MCP server for OpenAI Sora AI video generation
MCP server for Grok Imagine 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/eracom-technologies/image-video-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server