Skip to content
Grok

spotifyscraper for Grok

io.github.aliakhtari78/spotifyscraper

Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only.

client:Grok transport:stdio runtime:pypi

Install spotifyscraper in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "spotifyscraper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "spotifyscraper"
      ],
      "env": {
        "SPOTIFY_SP_DC": "<SPOTIFY_SP_DC>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

spotifyscraper in other clients