Server data from the Official MCP Registry
Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.
Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.
Set these up before or after installing:
Environment variable: APPLE_TEAM_ID
Environment variable: APPLE_KEY_ID
Environment variable: APPLE_PRIVATE_KEY
Environment variable: APPLE_MUSIC_USER_TOKEN
Environment variable: APPLE_STOREFRONT
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cifero74-mcp-apple-music": {
"env": {
"APPLE_KEY_ID": "your-apple-key-id-here",
"APPLE_TEAM_ID": "your-apple-team-id-here",
"APPLE_STOREFRONT": "your-apple-storefront-here",
"APPLE_PRIVATE_KEY": "your-apple-private-key-here",
"APPLE_MUSIC_USER_TOKEN": "your-apple-music-user-token-here"
},
"args": [
"mcp-apple-music"
],
"command": "uvx"
}
}
}Well-structured Apple Music MCP server with proper authentication handling and secure configuration management. The code follows good security practices with environment variable support and secure file permissions. Only minor code quality improvements needed around error handling and input validation. Package verification found 1 issue (1 critical, 0 high severity).
Scanned 7 files · 5 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!