helix-stadium-mcp

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.

Category
Visit Server

README

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-mcp is 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 .hsp presets 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, %).
  • Diffs snapshots — exactly what changes between two snapshots (e.g. Rhythm vs Lead), in real units.
  • Browses the model catalog (list / describe / search models).
  • Validates a preset's structure (and, with the catalog, its model ids and controller sources).

Editing, generation, and setlist tooling are on the roadmap.

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 serve

Add 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 · diff_snapshots · list_models · describe_model · search_models · validate_preset · detect_install

License

MIT © TwelveTake Studios LLC. See LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured