io.github.Cifero74/mcp-apple-music MCP Server
io.github.Cifero74/mcp-apple-music
What is the io.github.Cifero74/mcp-apple-music MCP server?
Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.
How to install io.github.Cifero74/mcp-apple-music
Copy-paste configuration for popular MCP clients.
APPLE_TEAM_IDrequiredApple Developer Team ID
APPLE_KEY_IDrequiredApple MusicKit Key ID
APPLE_PRIVATE_KEYrequiredsecretApple MusicKit private key content (ES256, PEM format)
APPLE_MUSIC_USER_TOKENrequiredsecretApple Music user token for personal library access
APPLE_STOREFRONTApple Music storefront country code (default: us)
{
"mcpServers": {
"mcp-apple-music": {
"command": "uvx",
"args": [
"mcp-apple-music-server"
],
"env": {
"APPLE_TEAM_ID": "<YOUR_APPLE_TEAM_ID>",
"APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
"APPLE_PRIVATE_KEY": "<YOUR_APPLE_PRIVATE_KEY>",
"APPLE_MUSIC_USER_TOKEN": "<YOUR_APPLE_MUSIC_USER_TOKEN>",
"APPLE_STOREFRONT": "<YOUR_APPLE_STOREFRONT>"
}
}
}
}{
"mcpServers": {
"mcp-apple-music": {
"command": "uvx",
"args": [
"mcp-apple-music-server"
],
"env": {
"APPLE_TEAM_ID": "<YOUR_APPLE_TEAM_ID>",
"APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
"APPLE_PRIVATE_KEY": "<YOUR_APPLE_PRIVATE_KEY>",
"APPLE_MUSIC_USER_TOKEN": "<YOUR_APPLE_MUSIC_USER_TOKEN>",
"APPLE_STOREFRONT": "<YOUR_APPLE_STOREFRONT>"
}
}
}
}{
"mcpServers": {
"mcp-apple-music": {
"command": "uvx",
"args": [
"mcp-apple-music-server"
],
"env": {
"APPLE_TEAM_ID": "<YOUR_APPLE_TEAM_ID>",
"APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
"APPLE_PRIVATE_KEY": "<YOUR_APPLE_PRIVATE_KEY>",
"APPLE_MUSIC_USER_TOKEN": "<YOUR_APPLE_MUSIC_USER_TOKEN>",
"APPLE_STOREFRONT": "<YOUR_APPLE_STOREFRONT>"
}
}
}
}{
"servers": {
"mcp-apple-music": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-apple-music-server"
],
"env": {
"APPLE_TEAM_ID": "<YOUR_APPLE_TEAM_ID>",
"APPLE_KEY_ID": "<YOUR_APPLE_KEY_ID>",
"APPLE_PRIVATE_KEY": "<YOUR_APPLE_PRIVATE_KEY>",
"APPLE_MUSIC_USER_TOKEN": "<YOUR_APPLE_MUSIC_USER_TOKEN>",
"APPLE_STOREFRONT": "<YOUR_APPLE_STOREFRONT>"
}
}
}
}claude mcp add mcp-apple-music --env APPLE_TEAM_ID=<YOUR_APPLE_TEAM_ID> --env APPLE_KEY_ID=<YOUR_APPLE_KEY_ID> --env APPLE_PRIVATE_KEY=<YOUR_APPLE_PRIVATE_KEY> --env APPLE_MUSIC_USER_TOKEN=<YOUR_APPLE_MUSIC_USER_TOKEN> --env APPLE_STOREFRONT=<YOUR_APPLE_STOREFRONT> -- uvx mcp-apple-music-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.