spotify mcp for Cursor
io.github.mrfentmen/spotify-mcp
MCP server for Spotify: search albums, artists, tracks. Needs free API credentials.
client:Cursor
transport:stdio
runtime:npm
Install spotify mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spotify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/spotify-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs