← Back to Skills Marketplace
chrischall

Tmp.O6ds7DgUg7

by chrischall · GitHub ↗ · v0.2.3 · MIT-0
cross-platform ✓ Security Clean
61
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install musescore-mcp
Description
Search MuseScore sheet music and read score metadata via MCP. Triggers on phrases like "find sheet music for", "search MuseScore for", "is there a free arran...
README (SKILL.md)

musescore-mcp

MCP server for MuseScore — search sheet music and read score metadata. Routes through your signed-in musescore.com tab via the fetchproxy browser extension, so Cloudflare sees a real browser session instead of a Node process.

⚠️ MuseScore has no public consumer API (the old one was shut down). This server reads the same server-rendered data the musescore.com web app hydrates from, dispatched through your own signed-in browser tab via the fetchproxy extension. Use at your own discretion.

Setup

1. Install musescore-mcp

.mcp.json (project) or ~/.claude/mcp.json (global):

{
  "mcpServers": {
    "musescore": {
      "command": "node",
      "args": ["/absolute/path/to/musescore-mcp/dist/bundle.js"]
    }
  }
}

2. Install the fetchproxy extension and sign in

Install the fetchproxy browser extension and open musescore.com signed in, with the Cloudflare check cleared. Every request rides that tab's session.

Tools

  • musescore_search — search scores. Defaults to MuseScore's "Free to view, play & download" facet (free_only=true); set free_only=false to search the whole catalog. Returns id, title, uploader, composer, instrumentation, difficulty, counts, and downloadability flags (free, downloadable, publicDomain, purchased, official).
  • musescore_get_score — one score's metadata (title, license, measures, key, parts, duration, dates) by URL or user_id + score_id.
  • musescore_download — resolve the official download URL (pdf/mid/mscz/mxl) for a free or entitled score, from the store's type_download_list. Returns the link to open in your browser (the MCP can't stream the file).
  • musescore_score_to_pdf — resolve or create a PDF for a score. Returns the official PDF URL when MuseScore exposes one; otherwise fetches rendered SVG pages and stitches them into output_path via rsvg-convert.
  • musescore_svg_to_pdf — convert local .svg / .svgz files already on disk into a PDF via rsvg-convert.
  • musescore_healthcheck — verify the fetchproxy bridge end-to-end.

Downloads: free scores (is_free) are downloadable; paid scores need PRO/purchase. musescore_download resolves the official download URL from the store's type_download_list, gated on is_free or hasAccess, and returns the link for you to open in your browser — the MCP can't stream the file itself (Cloudflare + cross-origin S3 redirect). musescore_score_to_pdf writes a local PDF only in the SVG fallback path.

Notes

  • Read-only. No credentials stored — auth lives in your browser tab.
  • Optional env: MUSESCORE_WS_PORT (default 37149), MUSESCORE_DEBUG=1.
Usage Guidance
Before installing, be aware that the skill depends on separate external software, including a private MCP server and a browser extension that routes requests through your signed-in MuseScore session. Only use it if you trust those external components and are comfortable with MuseScore requests being made through your logged-in browser tab.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The stated purpose is to search MuseScore, read score metadata, resolve downloads, and optionally create PDFs; the described capabilities match that purpose.
Instruction Scope
The skill clearly discloses that requests route through a signed-in musescore.com browser tab via fetchproxy, including use of the user’s existing session.
Install Mechanism
The artifact only contains SKILL.md, but it instructs users to install external components from a private musescore-mcp source and a fetchproxy browser extension.
Credentials
Network access, browser-session use, and local PDF output are proportionate to the MuseScore search/download/PDF workflow and are described in the instructions.
Persistence & Privilege
No persistence, background worker, credential storage, or privilege escalation is present in the submitted artifact; it says authentication remains in the browser tab.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install musescore-mcp
  3. After installation, invoke the skill by name or use /musescore-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.3
No changes were detected in this version. - Version 0.2.3 release: no file changes or SKILL.md updates from previous version.
v0.2.2
- Added detailed skill description and setup instructions in SKILL.md. - Clarified requirements: must have musescore-mcp and fetchproxy extension with an active, signed-in MuseScore session. - Documented available tools for searching, metadata retrieval, downloading, and PDF conversion of MuseScore scores. - Added usage notes, environmental variables, and download limitations. - Improved safety and setup warnings regarding authentication and public API limitations.
Metadata
Slug musescore-mcp
Version 0.2.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Tmp.O6ds7DgUg7?

Search MuseScore sheet music and read score metadata via MCP. Triggers on phrases like "find sheet music for", "search MuseScore for", "is there a free arran... It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.

How do I install Tmp.O6ds7DgUg7?

Run "/install musescore-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tmp.O6ds7DgUg7 free?

Yes, Tmp.O6ds7DgUg7 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tmp.O6ds7DgUg7 support?

Tmp.O6ds7DgUg7 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tmp.O6ds7DgUg7?

It is built and maintained by chrischall (@chrischall); the current version is v0.2.3.

💬 Comments