applemusic mcp for Cursor
io.github.epheterson/applemusic-mcp
Apple Music MCP server: playlists, library, catalog, playback and Up Next, on Mac/Windows/Linux.
client:Cursor
transport:stdio
runtime:pypi
Install applemusic mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"applemusic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"applemusic-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs