HomeDesign & Media › mcp-lrclib

mcp-lrclib

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

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-lrclib": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "LRCLIB_USER_AGENT": "<YOUR_VALUE>",
        "LRCLIB_MIN_INTERVAL_MS": "<YOUR_VALUE>",
        "LRCLIB_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • LRCLIB_USER_AGENT — Override the User-Agent sent to LRCLIB.
  • LRCLIB_MIN_INTERVAL_MS — Minimum milliseconds between requests. Default 500, floor 200.
  • LRCLIB_LOG_LEVEL — silent, error, info or debug. Default error.

Package (mcpb 2.0.1)

Package: mcpb https://github.com/smeet666/mcp-lrclib/releases/download/v2.0.1/mcp-lrclib-2.0.1.mcpb

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry