HomeDesign & Media › mcp-imslp

mcp-imslp

Read IMSLP, the Petrucci Music Library: works, scores, editions, copyright. No API key.

TypeScript Cloud
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y mcp-imslp@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-imslp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-imslp@1.0.1"
      ],
      "env": {
        "IMSLP_USER_AGENT": "<YOUR_VALUE>",
        "IMSLP_MIN_INTERVAL_MS": "<YOUR_VALUE>",
        "IMSLP_TIMEOUT_MS": "<YOUR_VALUE>",
        "IMSLP_MAX_RETRIES": "<YOUR_VALUE>",
        "IMSLP_CACHE_TTL_MS": "<YOUR_VALUE>",
        "IMSLP_CACHE_MAX_ENTRIES": "<YOUR_VALUE>",
        "IMSLP_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • IMSLP_USER_AGENT — Your application's name. The project identity is appended to it.
  • IMSLP_MIN_INTERVAL_MS — Minimum milliseconds between requests. Default 2500, floor 2000.
  • IMSLP_TIMEOUT_MS — Per-request timeout in milliseconds. Default 30000.
  • IMSLP_MAX_RETRIES — Retries on transient failures. Default 3.
  • IMSLP_CACHE_TTL_MS — In-memory cache lifetime in milliseconds. Default 900000.
  • IMSLP_CACHE_MAX_ENTRIES — Maximum entries kept in the in-memory cache. Default 100.
  • IMSLP_LOG_LEVEL — silent, error, info or debug, on stderr. Default error.

Package (mcpb 1.0.1)

Package: mcpb https://github.com/smeet666/mcp-imslp/releases/download/v1.0.1/mcp-imslp-1.0.1.mcpb

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry