SpotifyScraper MCP Server
SpotifyScraper is a Python MCP server with uvx/pip, docker, remote URL. Extract public Spotify data — tracks, albums, artists, playlists, podcasts & lyrics — without the official API. Sync + async, typed models, one dependency.
How to use SpotifyScraper MCP Server
Install or run
pip install spotifyscraper # core (only depends on httpx)Client configuration
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.AliAkhtari78/spotifyscraper",
"description": "Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only.",
"repository": {
"url": "https://github.com/AliAkhtari78/SpotifyScraper",
"source": "github"
},
"version": "3.9.1",
"packages": [
{
"registryType": "pypi",
"identifier": "spotifyscraper",
"version": "3.9.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "SPOTIFY_SP_DC",
"description": "Optional sp_dc cookie that unlocks authenticated tools (lyrics, transcripts, account).",
"format": "string",
"isRequired": false,
"isSecret": true
}
]
}
]
}
What is SpotifyScraper MCP Server?
SpotifyScraper is a Python MCP server with uvx/pip, docker, remote URL. Extract public Spotify data — tracks, albums, artists, playlists, podcasts & lyrics — without the official API. Sync + async, typed models, one dependency. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- Anthropic provider support
- pyproject.toml config support
Available tools
Technical details
Install or run SpotifyScraper using uvx/pip. Check AliAkhtari78/SpotifyScraper for the latest setup command.
- Built for Python
- Built for Docker
- Install or run with uvx/pip
- Install or run with docker
- Install or run with remote URL
- Uses SSE transport
- API key required
- OAuth
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use SpotifyScraper MCP Server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
Built with
Explore related resources
Frequently asked questions
What is SpotifyScraper?
SpotifyScraper is a Python MCP server with uvx/pip, docker, remote URL. Extract public Spotify data — tracks, albums, artists, playlists, podcasts & lyrics — without the official API. Sync + async, typed models, one dependency.
Who is SpotifyScraper best for?
SpotifyScraper is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows.
How do I install SpotifyScraper?
Install or run SpotifyScraper using uvx/pip. Check SpotifyScraper for the latest setup command.
Is SpotifyScraper actively maintained?
SpotifyScraper may need a closer maintenance check before production use.
Auto-fetched from GitHub.