Content
# Last.fm MCP
Mostly just made this to test out MCPs
# Methods
* `get_users_weeks_top_tracks` - get a user's week top tracks - you have to tell claude the username to pass
* `get_lastfm_top_tracks` - get global last fm tracks.
# Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
## NPX
```
{
"globalShortcut": "",
"mcpServers": {
"lastfm": {
"command": "uv",
"args": [
"--directory",
"DIR/TO/REPO/HERE",
"run",
"last-fm.py"
],
"env": {
"LASTFM_API_KEY": "APIKEYHERE"}
}
}
}
```
# Example

Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)