Skip to content
Cursor

Last.fm MCP by UnClick for Cursor

io.github.malamutemayhem/lastfm

Music charts, artist info, similar artists, and top tracks from Last.fm. By UnClick.

client:Cursor transport:stdio runtime:npm

Install Last.fm MCP by UnClick in Cursor

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

{
  "mcpServers": {
    "lastfm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@unclick/lastfm-mcp"
      ]
    }
  }
}

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

Last.fm MCP by UnClick in other clients