# Music Studio (remote · mcp-music-studio.linxule.workers.dev)

Music studio: ABC notation composition and Strudel live coding with ext-apps UI.

- Trust score: 71/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp-music-studio.linxule.workers.dev`: 71/100 (this document), [markdown](https://verifymcp.io/servers/linxule-mcp-music-studio/mcp-music-studio.md), [page](https://verifymcp.io/servers/linxule-mcp-music-studio/mcp-music-studio)
- npm · `mcp-music-studio`: 46/100, [markdown](https://verifymcp.io/servers/linxule-mcp-music-studio/mcp-music-studio-2.md), [page](https://verifymcp.io/servers/linxule-mcp-music-studio/mcp-music-studio-2)

## Channel facts

- Endpoint: `https://mcp-music-studio.linxule.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.4.3`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1456 tokens (~69/item across 21 items; 5 tools + 16 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http linxule-mcp-music-studio https://mcp-music-studio.linxule.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.linxule-mcp-music-studio]
url = "https://mcp-music-studio.linxule.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "linxule-mcp-music-studio": {
      "type": "remote",
      "url": "https://mcp-music-studio.linxule.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add linxule-mcp-music-studio --url https://mcp-music-studio.linxule.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  linxule-mcp-music-studio:
    url: "https://mcp-music-studio.linxule.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "linxule-mcp-music-studio": {
      "type": "http",
      "url": "https://mcp-music-studio.linxule.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 70, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 70, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (5)

### `play-sheet-music` (~359 tokens)

Play Sheet Music

Compose and play sheet music with visual notation, multi-instrument audio, and style presets. Write ABC notation for melodies, arrangements, harmonized pieces, or well-known tunes. Add a style (rock, jazz, bossa, waltz, folk...) for automatic drums, bass, and chord accompaniment. Returns a parse-status confirmation and renders the player; it does not return raw audio. Use get-music-guide for genre templates, instrument lists, and ABC syntax reference.

The music player renders inline with interactive playback controls.

Input parameters:

- `abcNotation` (string): ABC notation string. Include chord symbols ("C", "Am7") above notes for auto-accompaniment with style presets.
- `instrument` (string): Default instrument (e.g. 'Flute', 'Cello', 'Acoustic Grand Piano', 'Alto Sax'). Use get-music-guide with topic 'instruments' for the full list.
- `style` (string): Accompaniment style. Adds drums, bass, and chord patterns automatically. Your ABC needs chord symbols ("C", "Am") for accompaniment to work. Options: rock, jazz, bossa, waltz, march, reggae, folk, cl…
- `swing` (number): Swing percentage (0-100). 0=straight, 33=light swing, 66=heavy swing. Great for jazz and blues.
- `tempo` (number): Tempo in BPM (40-240). Overrides Q: in ABC notation.
- `title` (string): Piece title (overrides T: in ABC). Displayed in the widget header.
- `transpose` (number): Transpose by semitones (-12 to 12). Positive=higher, negative=lower.

### `play-live-pattern` (~277 tokens)

Play Live Pattern

Live-code music patterns using TidalCycles mini-notation in JavaScript. Layer drums, synths, and bass with stack(). Choose from 72 drum machine banks, 128 GM instruments, built-in synths, and a full effects chain. Patterns play in a REPL the user can edit directly. Add .pianoroll() to a pattern to show a live piano-roll animation in the widget (or .punchcard()/.scope()/.spectrum() — use one visual per pattern). Use get-strudel-guide for genre templates, sound references, and advanced features like visualization, arrangement, and sample loading.

The Strudel REPL renders inline with an editable code editor, visualizations, and playback controls.

Input parameters:

- `autoplay` (boolean): Start playing immediately (default: true). May require user click due to browser autoplay policy.
- `bpm` (number): Tempo in BPM (40-300). Converts to setcps() automatically.
- `code` (string, required): Strudel pattern code. Uses TidalCycles mini-notation in JavaScript. Use stack() to layer drums, bass, and melody. Set tempo with setcps(bpm/60/4) or use the bpm parameter.
- `title` (string): Pattern title displayed in the widget header (e.g. 'Midnight Rain').

### `get-music-guide` (~120 tokens)

Music Reference Guide

Returns detailed reference material for music composition. Topics: instruments (GM instrument list + combos), drums (patterns + percussion notes), abc-syntax (notation reference), arrangements (multi-voice patterns), genres (complete ABC templates for jazz/blues/folk/rock/bossa/classical), styles (what each style preset does), midi-directives (%%MIDI reference).

Input parameters:

- `topic` (string, required): Reference topic. Start with 'genres' for complete examples, 'styles' to understand presets, or 'instruments' for the full instrument list.

### `get-strudel-guide` (~163 tokens)

Strudel Reference Guide

Reference material for Strudel live coding (performance mode). Topics: mini-notation (pattern syntax), sounds (synths, 72 drum banks, 128 GM instruments), effects (filters, reverb, delay, FM synthesis, envelopes), patterns (transformations, probability, euclidean, arrangement), genres (complete templates: techno/house/dnb/ambient/jazz/lofi/synthwave), tips (tempo, common mistakes, ABC↔Strudel crossover), advanced (visualization, sample loading, wavetables, ZZFX, continuous signals, chord voicings).

Input parameters:

- `topic` (string, required): Reference topic. Start with 'genres' for working templates, 'sounds' for instruments, 'advanced' for visualization and sample loading.

### `search-music-docs` (~160 tokens)

Search Music Documentation

Search detailed documentation for Strudel live coding or ABC/ABCJS notation. Returns relevant code examples and explanations from the official docs. Use this when the curated guides (get-strudel-guide, get-music-guide) don't cover what you need — for specific functions, advanced techniques, or when you're unsure about syntax. Powered by semantic search over strudel.cc and ABCJS docs.

Input parameters:

- `library` (string): Which library to search: 'strudel' for live coding patterns, 'abcjs' for sheet music notation.
- `query` (string, required): What you want to know. Be specific. Good: 'how to use FM synthesis with envelope' or 'chop and slice sample manipulation'. Bad: 'effects' or 'help'.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/linxule-mcp-music-studio/mcp-music-studio#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 71
- 2026-08-01: 70
- 2026-07-31: 70
- 2026-07-30: 70
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 68
- 2026-07-26: 67

## Links

- Remote endpoint: https://mcp-music-studio.linxule.workers.dev/mcp
- Repository: https://github.com/linxule/mcp-music-studio
- Website: https://mcp-music-studio.linxule.workers.dev/
- Changelog RSS feed: https://verifymcp.io/servers/linxule-mcp-music-studio/mcp-music-studio/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/linxule-mcp-music-studio/mcp-music-studio/changelog.json
- HTML version of this page: https://verifymcp.io/servers/linxule-mcp-music-studio/mcp-music-studio
