Skip to content
Zed

mcp lrclib for Zed

io.github.smeet666/mcp-lrclib

Search tracks on LRCLIB and fetch plain or time-synced (LRC) lyrics. No API key.

client:Zed transport:stdio runtime:npm

Install mcp lrclib in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-lrclib": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lrclib"
      ],
      "env": {
        "LRCLIB_USER_AGENT": "<LRCLIB_USER_AGENT>",
        "LRCLIB_MIN_INTERVAL_MS": "<LRCLIB_MIN_INTERVAL_MS>",
        "LRCLIB_LOG_LEVEL": "<LRCLIB_LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp lrclib in other clients