spotifyscraper for Cursor
io.github.aliakhtari78/spotifyscraper
Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only.
client:Cursor
transport:stdio
runtime:pypi
Install spotifyscraper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spotifyscraper": {
"type": "stdio",
"command": "uvx",
"args": [
"spotifyscraper"
],
"env": {
"SPOTIFY_SP_DC": "<SPOTIFY_SP_DC>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs