Odel
mcp lrclib

mcp lrclib

Local
@smeet666TypeScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-lrclibv2.0.1

Run

npx -y mcp-lrclib

MCP client config

{
  "mcpServers": {
    "mcp-lrclib": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lrclib"
      ]
    }
  }
}
MCP Bundlehttps://github.com/smeet666/mcp-lrclib/releases/download/v2.0.1/mcp-lrclib-2.0.1.mcpbv2.0.1

Distributed as an MCP bundle (`https://github.com/smeet666/mcp-lrclib/releases/download/v2.0.1/mcp-lrclib-2.0.1.mcpb`) — download it and import the bundle in your MCP client.