Connects to Last.fm's music metadata API to pull artist, album, and track information into your Claude workflow. You'll need a free Last.fm API key to use it. Hosted through Pipeworx's gateway infrastructure, which offers an ask_pipeworx tool that lets you query in plain English instead of calling specific endpoints. The gateway approach means you can either use this standalone or tap into Pipeworx's full collection of 673+ data sources. Useful when you're building music recommendation features, analyzing listening patterns, or need structured music metadata without scraping.
Last.fm MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"last-fm": {
"url": "https://gateway.pipeworx.io/last-fm/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Last Fm data" })
The gateway picks the right tool and fills the arguments automatically.
MIT