Command Palette

Search for a command to run...

UnylyUnyly
Browse all

VEGAS AI Control

FreeNot checked

MCP Server VEGAS port attempt

GitHubEmbed

About

MCP Server VEGAS port attempt

README

Overview

This guide explains how to provide similar remote-control and automation features in MAGIX Vegas Pro as those offered by the Bitwig MCP Server project, by leveraging Vegas’s scripting API.

Mapping Core Features

Bitwig MCP Feature Vegas Equivalent (via Scripting)
Play/Stop/Record Transport control
Set tempo/time signature Partial (Tempo via Vegas project)
Track info/creation/deletion Track enumeration, add/remove via API
Device parameters (FX) Access and automate Track FX
Automation Envelope (automation) control
Export audio Render project via scripting
Preset recall Load FX chains or presets via script

Example: C# Script for Vegas

Place .cs scripts in the Vegas "Script Menu" folder. Run them from the Vegas "Tools > Scripting" menu.

External Control

For remote control, use a local server (e.g., Python or Node.js) to listen for OSC/MIDI/MCP and invoke the Vegas script via command line or inter-process communication.


Files

  • MCPcontrol.cs: Vegas script implementing DAW control methods.
  • osc_bridge.py (optional): Python script acting as a bridge between MCP/OSC and the Vegas script.

from github.com/MarcoRavich/VEGAS-AI-control

Installing VEGAS AI Control

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/MarcoRavich/VEGAS-AI-control

FAQ

Is VEGAS AI Control MCP free?

Yes, VEGAS AI Control MCP is free — one-click install via Unyly at no cost.

Does VEGAS AI Control need an API key?

No, VEGAS AI Control runs without API keys or environment variables.

Is VEGAS AI Control hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install VEGAS AI Control in Claude Desktop, Claude Code or Cursor?

Open VEGAS AI Control on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare VEGAS AI Control with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs