phase8-mcp
Provides tools to control a Korg Phase 8 acoustic synthesizer over USB MIDI, including triggering resonators, adjusting per-resonator knobs and global parameters, sending MIDI CC messages, and managing patches.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@phase8-mcpStrum all 8 resonators with 100ms steps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
phase8-mcp
MCP server for the Korg Phase 8 acoustic synthesizer. Wraps the MIDI implementation documented in the phase 8 owner's manual v1.00 (2025-11-20) so a Model Context Protocol client (Claude Code, Cursor, Continue, etc.) can trigger resonators, drive per-resonator knobs, and modulate globals over USB MIDI.
Written by Ziforge as part of the superclean-collaboration livecoding
rig at EMS Stockholm. Companion to the other Ziforge MCPs for
Eurorack + hardware synths — see Related MCPs below.
MIDI implementation covered
Direct from section 12.0 (MIDI Implementation Chart) of the phase 8 owner's manual:
Feature | MIDI | Notes |
8 resonator triggers | Notes 36-43 (C2..G2) | one note per resonator, left→right |
Per-resonator Velocity knob | CC 12-19 | resonator 1..8 |
Per-resonator Envelope knob | CC 20-27 | resonator 1..8 |
Mod Depth | CC 28 | 0..127 |
Mod Rate | CC 29 | 0..127 |
Air slider | CC 30 | 0..127 |
Tempo (Internal) | CC 31 | 0..127 |
Shift | CC 90 | 0..127 |
Mod Type | CC 92 | 0 = Pitch Env, 1 = Vibrato |
All Sound Off | CC 120 | silence all |
Reset All Controllers | CC 121 | reset all CCs |
Program Change | 0-7 | one of the 8 patches |
SysEx | Korg exclusive + Inquiry | via |
Not implemented (Phase 8 doesn't respond to them):
Aftertouch (Key's or Channel)
Pitch Bend
Related MCP server: osc-bridge
Tools
Category | Tools |
Connection |
|
Notes |
|
Per-resonator CCs |
|
Global CCs |
|
Master |
|
Escape hatches |
|
Install
From PyPI (once published) or directly from GitHub:
pip install git+https://github.com/Ziforge/phase8-mcpOr in a checkout:
git clone https://github.com/Ziforge/phase8-mcp
cd phase8-mcp
pip install -e .Auto-connects on startup to any MIDI port whose name contains
phase8. Override with connect_phase8(port_pattern="...", channel=N).
Wiring it into Claude Code
{
"mcpServers": {
"phase8": {
"command": "phase8-mcp"
}
}
}Example prompts (for the MCP client)
"Play a slow strum across all 8 resonators, 100 ms per note"
"Set resonator 5's envelope knob to 80 and its velocity to 60"
"Change to patch 3, then trigger resonator 1 for 2 seconds"
"Enable vibrato mod at depth 90, rate 40"
Related MCPs
Ziforge maintains several MCP servers for the hardware in the same livecoding rig — all follow the same shape (FastMCP + python-rtmidi, auto-connect by port-name substring, typed helpers for the top of the MIDI chart plus escape hatches for the rest):
MCP | For |
Expert Sleepers Disting NT | |
Expert Sleepers FH-2 MIDI-to-CV | |
Expert Sleepers ES-9 audio interface | |
Embodme ERAE Touch II | |
Sequentix Cirklon sequencer | |
fork of zerubeus/elektron-mcp — Digitone, Digitakt, etc. |
Contributing
Pull requests welcome. Suggested workflow:
Fork + branch.
pip install -e .[dev](once dev extras land) or just install the base deps and run against a physical Phase 8 or via a virtual MIDI port for smoke testing.If you're adding a Korg SysEx opcode or an undocumented CC that the manual doesn't cover, cite the source (community wiki, forum thread, sniffed capture) so future maintainers can reproduce.
Keep the style consistent with the other Ziforge MCPs — one
server.pywith FastMCP tools, apyproject.toml, a README with the MIDI table + tools table.
Attribution
MIDI implementation chart transcribed from the phase 8 owner's manual v1.00 (Korg, 2025-11-20), section 12.0. Manual PDF available from Korg's support page for the Phase 8.
License
GPL v2. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ziforge/phase8-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server