WigAI

fabb/WigAI

3.3

If you are the rightful owner of WigAI and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

WigAI is a Model Context Protocol (MCP) server extension for Bitwig Studio, enabling AI control through text-based commands.

WigAI is a Bitwig Studio extension that implements a Model Context Protocol (MCP) server, allowing external AI agents to control Bitwig Studio using simple text-based commands. This extension facilitates hands-free interaction with Bitwig Studio, making it possible for AI assistants, such as IDE-based copilots or standalone AI systems, to manage various aspects of the software. By leveraging the MCP, WigAI provides a seamless interface for AI agents to execute commands like transport control, device parameter adjustments, and clip or scene launching. The extension is designed to work with Bitwig Studio version 5.2.7 or later and requires Java 21 LTS. Once installed and activated, the MCP server becomes accessible at a specified local endpoint, enabling AI agents to connect and communicate effectively.

Features

  • MCP server implementation for AI control
  • Transport control including start/stop playback
  • Device parameter control for selected devices
  • Clip and scene launching capabilities

Usages

usage with bitwig studio

{
  "mcp": {
    "servers": {
      "wigai": {
        "command": "java",
        "args": [
          "-jar",
          "WigAI.bwextension"
        ]
      }
    }
  }
}