Gemini Veo
БесплатноНе проверенGenerates videos using Google Gemini Veo from text prompts with optional aspect ratio settings.
Описание
Generates videos using Google Gemini Veo from text prompts with optional aspect ratio settings.
README
A simple Model Context Protocol (MCP) server for generating videos using Google Gemini Veo.
Setup
Install Dependencies:
npm installConfigure API Key: Update the
.envfile with your Google Gemini API Key:GEMINI_API_KEY=your_actual_key_hereBuild:
npx tsc
Using with Claude Code
Option 1: Claude CLI (Recommended)
Run this command to add the MCP server automatically to your configuration:
claude mcp add gemini-veo --scope user -- node /Users/iser/workspace/gemini-veo-mcp/dist/index.js
Option 2: Manual Config
Add this to your Claude config (~/.claude.json):
{
"mcpServers": {
"gemini-veo": {
"command": "node",
"args": ["/Users/iser/workspace/gemini-veo-mcp/dist/index.js"],
"env": {
"GEMINI_API_KEY": "your_actual_key_here"
}
}
}
}
Or run Claude with the MCP enabled:
claude --mcp gemini-veo:node:/Users/iser/workspace/gemini-veo-mcp/dist/index.js
Tools
generate_video
Generates a video based on a text prompt.
prompt: (string) Description of the video.aspect_ratio: (string, optional) "16:9", "9:16", or "1:1".
Установка Gemini Veo
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kevinkiklee/gemini-veo-mcpFAQ
Gemini Veo MCP бесплатный?
Да, Gemini Veo MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gemini Veo?
Нет, Gemini Veo работает без API-ключей и переменных окружения.
Gemini Veo — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Gemini Veo в Claude Desktop, Claude Code или Cursor?
Открой Gemini Veo на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Gemini Veo with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
