Tmp.O6ds7DgUg7
/install musescore-mcp
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.
- Source: github.com/chrischall/musescore-mcp (private)
⚠️ 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); setfree_only=falseto 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 oruser_id+score_id.musescore_download— resolve the official download URL (pdf/mid/mscz/mxl) for a free or entitled score, from the store'stype_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 intooutput_pathviarsvg-convert.musescore_svg_to_pdf— convert local.svg/.svgzfiles already on disk into a PDF viarsvg-convert.musescore_healthcheck— verify the fetchproxy bridge end-to-end.
Downloads: free scores (
is_free) are downloadable; paid scores need PRO/purchase.musescore_downloadresolves the official download URL from the store'stype_download_list, gated onis_freeorhasAccess, 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_pdfwrites 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install musescore-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/musescore-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。