mcp imslp for Zed
io.github.smeet666/mcp-imslp
Read IMSLP, the Petrucci Music Library: works, scores, editions, copyright. No API key.
client:Zed
transport:stdio
runtime:npm
Install mcp imslp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs