CH·60 Authoring automation
verified 2026-07-05

fmod-studio-mcp active

EYamanS vv0.1.0 added 2026-07-05 verified 2026-07-05

[Use when]

You want an AI agent (e.g. Claude) to create and edit FMOD Studio events, tracks, and banks programmatically against a live running FMOD Studio instance without manual GUI work.

Engines
FM FMOD
License

MIT

Pricing

Free

Last verified

2026-07-05

Added

2026-07-05

about

fmod-studio-mcp is an MCP (Model Context Protocol) server that connects to FMOD Studio's built-in scripting terminal over TCP and exposes the full FMOD Studio Scripting API as discrete, schema-validated MCP tools. Instead of editing project XML on disk, it talks to the running editor so changes appear immediately without requiring a project reload.

The tool set is auto-generated from the crawled FMOD Scripting API reference — roughly 148 named tools covering events, tracks, banks, sounds, assets, and system operations — plus a set of generic property/relationship tools for dynamic, schema-defined members the static docs don't enumerate. A composite tool (`fmod_create_event`) handles the common one-shot workflow of creating an event, importing audio, wiring a track and instrument, and routing to a bank in a single call.

Designed for use with AI coding agents, it requires FMOD Studio 2.02+ with the scripting console active (Ctrl+0) and Python 3.10+. The spec can be regenerated for new FMOD versions by re-crawling the official reference. All edits affect the live project, so version control and explicit saves via `fmod_project_save` are strongly recommended.