← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-lrclib

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-lrclib",
      "version": "1.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the User-Agent sent to LRCLIB.",
          "name": "LRCLIB_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between requests. Default 500, floor 200.",
          "name": "LRCLIB_MIN_INTERVAL_MS"
        },
        {
          "description": "silent, error, info or debug. Default error.",
          "name": "LRCLIB_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-lrclib/releases/download/v1.5.1/mcp-lrclib-1.5.1.mcpb",
      "version": "1.5.1",
      "fileSha256": "84bd282046a3b0601e85f5855deaa623db0e373c4d908fbc747ce15cf370021c",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...