← 返回 Skills 市场
chrischall

Tmp.O6ds7DgUg7

作者 chrischall · GitHub ↗ · v0.2.3 · MIT-0
cross-platform ✓ 安全检测通过
61
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install musescore-mcp
功能描述
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...
使用说明 (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.
安全使用建议
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.
能力标签
crypto
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install musescore-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /musescore-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug musescore-mcp
版本 0.2.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 Tmp.O6ds7DgUg7?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install musescore-mcp」即可一键安装,无需额外配置。

Tmp.O6ds7DgUg7 是免费的吗?

是的,Tmp.O6ds7DgUg7 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tmp.O6ds7DgUg7 支持哪些平台?

Tmp.O6ds7DgUg7 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tmp.O6ds7DgUg7?

由 chrischall(@chrischall)开发并维护,当前版本 v0.2.3。

💬 留言讨论