Skip to content
Grok

Last.fm for Grok

io.github.ndyakov/lastfm-mcp

Last.fm MCP server: scrobbles, charts, artist/album/track info and more

client:Grok transport:stdio runtime:oci

Install Last.fm in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lastfm-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ndyakov/lastfm-mcp:0.1.0"
      ],
      "env": {
        "LASTFM_API_KEY": "<LASTFM_API_KEY>",
        "LASTFM_API_SECRET": "<LASTFM_API_SECRET>",
        "LASTFM_ENABLE_WRITES": "<LASTFM_ENABLE_WRITES>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Last.fm in other clients