
Last.Fm MCP By UnClick
Wire Last.fm charts, artist metadata, similar artists, and top tracks into music apps or content agents from the IDE.
Overview
Last.fm MCP is a Build-phase MCP server that connects agents to Last.fm charts, artist data, similar artists, and top tracks.
What is this MCP server?
- Exposes Last.fm charts, artist info, similar artists, and top tracks as MCP tools
- stdio server v0.1.0 installable with npx @unclick/lastfm-mcp
- Supports discovery UIs, recommendation prototypes, and editorial music workflows
- Maintained in UnClick monorepo subfolder packages/standalone/lastfm-mcp
- Agent-facing API layer, not a hosted music player
- Server version 0.1.0
- npm identifier @unclick/lastfm-mcp
- stdio transport type
Community signal: 4 GitHub stars.
What problem does it solve?
Building music features slows down when your agent cannot fetch chart and artist data from Last.fm in one structured step.
Who is it for?
Builders shipping music discovery apps, APIs, or content products that need Last.fm metadata in the loop.
Skip if: Products that need full audio streaming rights or offline catalog sync without Last.fm API constraints.
What do I get? / Deliverables
Once configured, your agent can query Last.fm-powered tools while you implement discovery, recommendations, or content pages.
- MCP tools for charts, artist info, similar artists, and top tracks
- Runnable @unclick/lastfm-mcp 0.1.0 stdio server config
Recommended MCP Servers
Journey fit
How it compares
Last.fm API MCP bridge, not a DAW plugin or agent skill for songwriting.
Common Questions / FAQ
Who is Last.fm MCP for?
Developers and solo builders using AI agents to build apps or sites that surface Last.fm charts, artists, and related tracks.
When should I use Last.fm MCP?
Use it during build when you integrate music discovery, artist pages, or recommendation features that depend on Last.fm data.
How do I add Last.fm MCP to my agent?
Configure your MCP client to launch npx @unclick/lastfm-mcp over stdio and restart the agent so the Last.fm tools appear in the tool list.