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" }
}
}
}
- Registry name
io.github.ndyakov/lastfm-mcp— stdio and streamable HTTP transports - Built on go-lastfm/v2 and the official Go MCP SDK
- Read tools by default; scrobbling/write tools behind
LASTFM_ENABLE_WRITES=1 - Single static binary or distroless OCI image, multi-arch