MCP Server
MCP
io.github.Cifero74/mcp-apple-music
Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.
Install
uvx mcp-apple-music-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-apple-music-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Apple Developer Team ID",
"isRequired": true,
"format": "string",
"name": "APPLE_TEAM_ID"
},
{
"description": "Apple MusicKit Key ID",
"isRequired": true,
"format": "string",
"name": "APPLE_KEY_ID"
},
{
"description": "Apple MusicKit private key content (ES256, PEM format)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "APPLE_PRIVATE_KEY"
},
{
"description": "Apple Music user token for personal library access",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "APPLE_MUSIC_USER_TOKEN"
},
{
"description": "Apple Music storefront country code (default: us)",
"format": "string",
"name": "APPLE_STOREFRONT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment