PluginBench
MCP Server
Active
MIT

io.github.smeet666/mcp-lyricscom MCP Server

io.github.smeet666/mcp-lyricscom

What is the io.github.smeet666/mcp-lyricscom MCP server?

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

How to install io.github.smeet666/mcp-lyricscom

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LYRICSCOM_USER_AGENT

    Override the User-Agent sent to lyrics.com.

  • LYRICSCOM_MIN_INTERVAL_MS

    Minimum milliseconds between requests. Default 1100.

  • LYRICSCOM_LOG_LEVEL

    silent, error, info or debug. Default error.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-lyricscom": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lyricscom"
      ],
      "env": {
        "LYRICSCOM_USER_AGENT": "<YOUR_LYRICSCOM_USER_AGENT>",
        "LYRICSCOM_MIN_INTERVAL_MS": "<YOUR_LYRICSCOM_MIN_INTERVAL_MS>",
        "LYRICSCOM_LOG_LEVEL": "<YOUR_LYRICSCOM_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-lyricscom": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lyricscom"
      ],
      "env": {
        "LYRICSCOM_USER_AGENT": "<YOUR_LYRICSCOM_USER_AGENT>",
        "LYRICSCOM_MIN_INTERVAL_MS": "<YOUR_LYRICSCOM_MIN_INTERVAL_MS>",
        "LYRICSCOM_LOG_LEVEL": "<YOUR_LYRICSCOM_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-lyricscom": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-lyricscom"
      ],
      "env": {
        "LYRICSCOM_USER_AGENT": "<YOUR_LYRICSCOM_USER_AGENT>",
        "LYRICSCOM_MIN_INTERVAL_MS": "<YOUR_LYRICSCOM_MIN_INTERVAL_MS>",
        "LYRICSCOM_LOG_LEVEL": "<YOUR_LYRICSCOM_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-lyricscom": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-lyricscom"
      ],
      "env": {
        "LYRICSCOM_USER_AGENT": "<YOUR_LYRICSCOM_USER_AGENT>",
        "LYRICSCOM_MIN_INTERVAL_MS": "<YOUR_LYRICSCOM_MIN_INTERVAL_MS>",
        "LYRICSCOM_LOG_LEVEL": "<YOUR_LYRICSCOM_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-lyricscom --env LYRICSCOM_USER_AGENT=<YOUR_LYRICSCOM_USER_AGENT> --env LYRICSCOM_MIN_INTERVAL_MS=<YOUR_LYRICSCOM_MIN_INTERVAL_MS> --env LYRICSCOM_LOG_LEVEL=<YOUR_LYRICSCOM_LOG_LEVEL> -- npx -y mcp-lyricscom

Related MCP servers

Search the Anime News Network encyclopedia and read its news wire. No API key.

0
TypeScript
MIT
View repository →

Search inside digitised books, browse the Internet Archive catalogue and read Wayback captures.

0
TypeScript
MIT
View repository →

Search public Ashby job boards: resolve a company, read its openings and the pay it publishes.

0
TypeScript
MIT
View repository →

Search the Bide & Musique collection of forgotten French songs. Records, lyrics, no API key.

0
TypeScript
MIT
View repository →

Search the Internet Archive, the Library of Congress and data.bnf.fr at once, in one answer.

0
TypeScript
MIT
View repository →

Search the BnF open catalogue: authors, works, editions and links to what is digitised.

0
TypeScript
MIT
View repository →