Skip to content
Gemini CLI

Last Fm for Gemini CLI

io.github.pipeworx-io/last-fm

Last.fm MCP.

client:Gemini CLI transport:streamable-http

Install Last Fm in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "last-fm": {
      "httpUrl": "https://gateway.pipeworx.io/last-fm/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Last Fm in other clients