applemusic mcp for VS Code
io.github.epheterson/applemusic-mcp
Apple Music MCP server: playlists, library, catalog, playback and Up Next, on Mac/Windows/Linux.
client:VS Code
transport:stdio
runtime:pypi
Install applemusic mcp in VS Code
.vscode/mcp.json
{
"servers": {
"applemusic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"applemusic-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs