mcp imslp for Cursor
io.github.smeet666/mcp-imslp
Read IMSLP, the Petrucci Music Library: works, scores, editions, copyright. No API key.
client:Cursor
transport:stdio
runtime:npm
Install mcp imslp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-imslp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs