helix-stadium-mcp
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., "@helix-stadium-mcpexplain the preset 'myPreset.hsp'"
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.
helix-stadium-mcp
An MCP server that lets an AI assistant read, explain, and
(soon) edit Line 6 Helix Stadium .hsp guitar presets from natural language.
Disclaimer:
helix-stadium-mcpis an independent, unofficial tool. It is not affiliated with, authorized, maintained, sponsored, or endorsed by Line 6 or Yamaha Guitar Group. "Line 6," "Helix," and "Helix Stadium" are trademarks of their respective owners, used here only nominatively to describe compatibility.
What it does
Reads
.hsppresets losslessly (byte-exact round-trip).Explains a preset in plain English — the full signal chain of each path with friendly model names, on/off state, per-snapshot & footswitch tags, and parameters in real units (dB, Hz, ms, %).
Browses the model catalog (list / describe / search models).
Validates a preset's structure.
Editing, generation, and setlist tooling are on the roadmap.
Related MCP server: flai-mcp
Requirements
Helix Stadium installed (Windows confirmed; macOS support in progress). The server reads the model catalog from your own install at runtime — no Line 6 content is bundled or redistributed.
Python 3.10+.
Install & configure
uvx twelvetake-helix-stadium-mcp serve # or: pipx run twelvetake-helix-stadium-mcp serveAdd to your MCP client (e.g. Claude Desktop mcpServers):
{
"mcpServers": {
"helix-stadium": {
"command": "uvx",
"args": ["twelvetake-helix-stadium-mcp", "serve"]
}
}
}If the catalog isn't auto-detected, set HELIX_STADIUM_RES to your install's res/ folder (the one
containing P35ModelCatalog.json). Check detection with helix-stadium-mcp doctor.
Tools (v1)
read_preset · explain_preset · list_models · describe_model · search_models ·
validate_preset · detect_install
License
MIT © TwelveTake Studios LLC. 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/TwelveTake-Studios/helix-stadium-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server