mcp imslp for Windsurf
io.github.smeet666/mcp-imslp
Read IMSLP, the Petrucci Music Library: works, scores, editions, copyright. No API key.
client:Windsurf
transport:stdio
runtime:npm
Install mcp imslp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs