Skip to main content
Gridshift includes a built-in MCP Server that allows AI assistants to read project state and control the DAW — including mixing, plugin management, and MIDI composition.

Install for Claude Desktop

Go to Help → Install Claude Extension in Gridshift’s menu bar. This installs the MCP server as an extension in Claude Desktop.
Help menu showing Install Claude Extension option

Add to other clients

The MCP server uses a bridge binary that communicates with Gridshift via Unix socket. Add the following to your client’s MCP configuration:
Gridshift must be running for the connection to work.

Available tools

Session

Transport

Tracks

Sends & Returns

Plugins

Clips & MIDI

Automation

Samples

Project

Design principles

Gridshift’s MCP tools follow best practices for LLM integration:
  • Workflow-oriented: Tools map to user goals, not internal APIs.
  • Compound operations: Batch changes in single round-trips (e.g. configure multiple tracks at once).
  • Rich metadata: Plugin parameters include type info and human-readable labels so the AI can set values correctly without trial-and-error.
  • Musical context: Project key and scale are included in the session overview so the AI writes in-key MIDI.
Last modified on July 11, 2026