Unofficial Apple Music for macOS for Cursor
io.github.jaminben/secure-applemusic-mcp-for-osx
Ask for a playlist. Get a real one, playing in Apple Music — no account, nothing stored.
client:Cursor
transport:stdio
runtime:pypi
Install Unofficial Apple Music for macOS in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"secure-applemusic-mcp-for-osx": {
"type": "stdio",
"command": "uvx",
"args": [
"secure-applemusic-mcp-for-osx"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs