Last.fm MCP by UnClick for VS Code
io.github.malamutemayhem/lastfm
Music charts, artist info, similar artists, and top tracks from Last.fm. By UnClick.
client:VS Code
transport:stdio
runtime:npm
Install Last.fm MCP by UnClick in VS Code
.vscode/mcp.json
{
"servers": {
"lastfm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/lastfm-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs