Unofficial Apple Music for macOS for VS Code
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:VS Code
transport:stdio
runtime:pypi
Install Unofficial Apple Music for macOS in VS Code
.vscode/mcp.json
{
"servers": {
"secure-applemusic-mcp-for-osx": {
"type": "stdio",
"command": "uvx",
"args": [
"secure-applemusic-mcp-for-osx"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs