lastfm-mcp

Last.fm MCP server — scrobbles, charts and music data for AI agents

docker run -e LASTFM_API_KEY ghcr.io/ndyakov/lastfm-mcp

{
  "mcpServers": {
    "lastfm": {
      "command": "/absolute/path/to/lastfm-mcp",
      "env": { "LASTFM_API_KEY": "your-api-key" }
    }
  }
}