Skip to content
Cursor

lyrics mcp for Cursor

io.github.mrfentmen/lyrics-mcp

Song lyrics by artist and title from the public lyrics service. No key required.

client:Cursor transport:stdio runtime:npm

Install lyrics mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "lyrics-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lyrics-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

lyrics mcp in other clients