MCP.so
登录

WigAI - Bitwig Studio Extension for AI Control

@fabb

关于 WigAI - Bitwig Studio Extension for AI Control

Bitwig Controller Extension that provides an MCP Server for AI Agent control

基本信息

分类

开发工具

运行时

java

传输方式

stdio

发布者

fabb

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is WigAI - Bitwig Studio Extension for AI Control?

WigAI is a Model Context Protocol (MCP) server implemented as a Bitwig Studio extension. It provides an interface for external AI assistants to control Bitwig Studio through simple text-based commands, enabling hands-free control via an AI agent.

How to use WigAI - Bitwig Studio Extension for AI Control?

Install the .bwextension file in your Bitwig Studio extensions directory, launch Bitwig, and activate WigAI in Preferences > Extensions. The MCP server then runs at http://localhost:61169/mcp, where any external AI agent supporting the Model Context Protocol can connect to send commands and receive responses.

Key features of WigAI - Bitwig Studio Extension for AI Control

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

Use cases of WigAI - Bitwig Studio Extension for AI Control

  • Hands-free control of Bitwig Studio via text commands
  • Integrating IDE-based copilots or standalone AI assistants with Bitwig
  • Automating clip and scene launching through an external AI agent
  • Adjusting device parameters without manual interaction

FAQ from WigAI - Bitwig Studio Extension for AI Control

What are the system requirements for WigAI?

Bitwig Studio 5.2.7 or later, Java 21 LTS, and an external AI agent that supports the Model Context Protocol are required.

How do I install WigAI?

Copy the WigAI.bwextension file from build/extensions to your Bitwig Studio extensions directory, launch Bitwig, then activate WigAI in the Extensions section of Preferences.

How does WigAI communicate with AI agents?

WigAI runs an MCP server at http://localhost:61169/mcp. External AI agents connect to this endpoint using the Model Context Protocol.

What can WigAI control in Bitwig Studio?

It can start/stop playback, control device parameters on selected devices, and launch clips and scenes.

Can I build WigAI from source?

Yes, run ./gradlew build to generate the .bwextension file in the build/extensions directory. Building requires Java 21 and Gradle.

评论

开发工具 分类下的更多 MCP 服务器