Back to Browse

Imslp MCP Server

Developer ToolsLow Risk10.0LocalNew
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (22/24 approved).

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your application's name. The project identity is appended to it.Optional

Environment variable: IMSLP_USER_AGENT

Minimum milliseconds between requests. Default 2500, floor 2000.Optional

Environment variable: IMSLP_MIN_INTERVAL_MS

Per-request timeout in milliseconds. Default 30000.Optional

Environment variable: IMSLP_TIMEOUT_MS

Retries on transient failures. Default 3.Optional

Environment variable: IMSLP_MAX_RETRIES

In-memory cache lifetime in milliseconds. Default 900000.Optional

Environment variable: IMSLP_CACHE_TTL_MS

Maximum entries kept in the in-memory cache. Default 100.Optional

Environment variable: IMSLP_CACHE_MAX_ENTRIES

silent, error, info or debug, on stderr. Default error.Optional

Environment variable: IMSLP_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-smeet666-mcp-imslp": {
      "env": {
        "IMSLP_LOG_LEVEL": "your-imslp-log-level-here",
        "IMSLP_TIMEOUT_MS": "your-imslp-timeout-ms-here",
        "IMSLP_USER_AGENT": "your-imslp-user-agent-here",
        "IMSLP_MAX_RETRIES": "your-imslp-max-retries-here",
        "IMSLP_CACHE_TTL_MS": "your-imslp-cache-ttl-ms-here",
        "IMSLP_MIN_INTERVAL_MS": "your-imslp-min-interval-ms-here",
        "IMSLP_CACHE_MAX_ENTRIES": "your-imslp-cache-max-entries-here"
      },
      "args": [
        "-y",
        "mcp-imslp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!