# Veo — MCP server on mcp.ai > Connect your Veo account and use 5 tools for artificial intelligence straight from your AI agent. Connect with your own API key. Veo 3 is Google's state-of-the-art model for generating high-fidelity 8s 720p videos with natively generated audio via the Gemini API. By: mcp.ai · official Page: https://mcp.ai/veo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_veo?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/veo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/veo/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/veo/skill.md Postman collection (v2.1): https://mcp.ai/veo/postman.json ## Tools - veo_download_video(video_uri: string, download_path: string) — Download video (veo) - veo_generate_videos(model?: string, extras?: object, prompt: string, aspect_ratio?: string, negative_prompt?: string, person_generation?: string) — Generate videos (veo) - veo_get_videos_operation(operation_name: string) — Get videos operation (veo) - veo_list_models(filter_prefix?: string) — List models (gemini api) - veo_wait_for_video(timeout_s?: integer, operation_name: string, poll_interval_s?: integer) — Wait for video (veo) ## Example prompts - "What can I do in Veo?" - "Show me a summary of my Veo account" ## Links Docs: https://mcp.ai/docs/mcps/veo Website: https://mcp.ai/mcps/veo