Home › Design & Media › mcp-imslp
mcp-imslp
Read IMSLP, the Petrucci Music Library: works, scores, editions, copyright. No API key.
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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-imslp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"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
mcp-for-blender
MCP server for working with Blender
davinci-resolve-mcp
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
MeiGen-AI-Design-MCP
AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local…
manim-mcp-server
A local MCP server that generates animations using Manim.
aseprite-mcp
MCP server using the Aseprite API to create pixel art
bazi-mcp
Provides comprehensive and accurate Bazi (Chinese Astrology) charting and analysis
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry