Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Veo MCPNew to Visual Studio Code? Get it now.
Veo MCP

Veo MCP

AceDataCloud

| (0) | Free
AI Video Generation with Google Veo - Generate videos from text and images via Ace Data Cloud API
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Veo MCP

AI Video Generation with Google Veo - Generate videos from text and images via Ace Data Cloud API

This extension provides a Model Context Protocol (MCP) server for VS Code, enabling AI assistants like GitHub Copilot to interact with Google Veo directly.

Features

  • 8 tools available for AI assistants
  • Zero-install: Uses uvx for automatic package management
  • Works with GitHub Copilot, Claude, and other MCP-compatible AI assistants

Prerequisites

  1. Python 3.10+ with uvx (from uv) installed
  2. Ace Data Cloud API Token — Get one at platform.acedata.cloud

Setup

  1. Install this extension from the VS Code Marketplace
  2. When prompted, enter your Ace Data Cloud API token
  3. The MCP server will be available to AI assistants automatically

You can also manually configure the token in your VS Code settings (.vscode/mcp.json):

{
  "servers": {
    "veo": {
      "command": "uvx",
      "args": ["mcp-veo"],
      "env": {
        "ACEDATACLOUD_API_TOKEN": "your-token-here"
      }
    }
  }
}

Links

  • PyPI Package
  • Source Code
  • Ace Data Cloud Platform
  • API Documentation

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft