Gemini Image Video
Freeby MCP Community
MCP server for image and video generation via the Google Gemini API
v2.2.3Added Apr 12, 2026
Gemini Image Video MCP Server
MCP server for image and video generation via the Google Gemini API
Installation
npx -y gemini-image-video-mcp
Reviews
Installation
Quick install
npx -y gemini-image-video-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gemini-image-video": {
"command": "npx",
"args": ["-y", "gemini-image-video-mcp"]
}
}
}