PluginBench
MCP Server
Active
MIT

Last.fm MCP Server

io.github.ndyakov/lastfm-mcp

What is the Last.fm MCP server?

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

How to install Last.fm

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LASTFM_API_KEY
    required
    secret

    Last.fm API key (https://www.last.fm/api/account/create)

  • LASTFM_API_SECRET
    secret

    Last.fm API secret; only needed for authenticated/write methods

  • LASTFM_ENABLE_WRITES

    Set to 1 to enable scrobbling/write tools

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lastfm-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ndyakov/lastfm-mcp:0.1.0"
      ],
      "env": {
        "LASTFM_API_KEY": "<YOUR_LASTFM_API_KEY>",
        "LASTFM_API_SECRET": "<YOUR_LASTFM_API_SECRET>",
        "LASTFM_ENABLE_WRITES": "<YOUR_LASTFM_ENABLE_WRITES>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lastfm-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ndyakov/lastfm-mcp:0.1.0"
      ],
      "env": {
        "LASTFM_API_KEY": "<YOUR_LASTFM_API_KEY>",
        "LASTFM_API_SECRET": "<YOUR_LASTFM_API_SECRET>",
        "LASTFM_ENABLE_WRITES": "<YOUR_LASTFM_ENABLE_WRITES>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lastfm-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ndyakov/lastfm-mcp:0.1.0"
      ],
      "env": {
        "LASTFM_API_KEY": "<YOUR_LASTFM_API_KEY>",
        "LASTFM_API_SECRET": "<YOUR_LASTFM_API_SECRET>",
        "LASTFM_ENABLE_WRITES": "<YOUR_LASTFM_ENABLE_WRITES>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lastfm-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ndyakov/lastfm-mcp:0.1.0"
      ],
      "env": {
        "LASTFM_API_KEY": "<YOUR_LASTFM_API_KEY>",
        "LASTFM_API_SECRET": "<YOUR_LASTFM_API_SECRET>",
        "LASTFM_ENABLE_WRITES": "<YOUR_LASTFM_ENABLE_WRITES>"
      }
    }
  }
}
Claude Code
claude mcp add lastfm-mcp --env LASTFM_API_KEY=<YOUR_LASTFM_API_KEY> --env LASTFM_API_SECRET=<YOUR_LASTFM_API_SECRET> --env LASTFM_ENABLE_WRITES=<YOUR_LASTFM_ENABLE_WRITES> -- docker run -i --rm ghcr.io/ndyakov/lastfm-mcp:0.1.0

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →