← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-lyricscom

github By github 👁 1 views ▲ 0 votes

Search song lyrics on lyrics.com by word or by title, and fetch full lyrics. No API key required.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-lyricscom",
      "version": "1.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the User-Agent sent to lyrics.com.",
          "name": "LYRICSCOM_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between requests. Default 1100.",
          "name": "LYRICSCOM_MIN_INTERVAL_MS"
        },
        {
          "description": "silent, error, info or debug. Default error.",
          "name": "LYRICSCOM_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-lyricscom/releases/download/v1.4.1/mcp-lyricscom-1.4.1.mcpb",
      "version": "1.4.1",
      "fileSha256": "47bf848783a3ef083b43741beb23a08599f76456f051e73bf631ac9d94fa2d5e",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...