mcp imslp for Cline
io.github.smeet666/mcp-imslp
Read IMSLP, the Petrucci Music Library: works, scores, editions, copyright. No API key.
client:Cline
transport:stdio
runtime:npm
Install mcp imslp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-imslp": {
"command": "npx",
"args": [
"-y",
"mcp-imslp"
],
"env": {
"IMSLP_USER_AGENT": "<IMSLP_USER_AGENT>",
"IMSLP_MIN_INTERVAL_MS": "<IMSLP_MIN_INTERVAL_MS>",
"IMSLP_TIMEOUT_MS": "<IMSLP_TIMEOUT_MS>",
"IMSLP_MAX_RETRIES": "<IMSLP_MAX_RETRIES>",
"IMSLP_CACHE_TTL_MS": "<IMSLP_CACHE_TTL_MS>",
"IMSLP_CACHE_MAX_ENTRIES": "<IMSLP_CACHE_MAX_ENTRIES>",
"IMSLP_LOG_LEVEL": "<IMSLP_LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs