Home › Design & Media › mcp-apple-music
mcp-apple-music
Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.
Topics: Art & Culture
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 1.0.1)
uvx mcp-apple-music-server
Or add to your MCP client config:
{
"mcpServers": {
"mcp-apple-music": {
"command": "uvx",
"args": [
"mcp-apple-music-server"
],
"env": {
"APPLE_TEAM_ID": "<YOUR_VALUE>",
"APPLE_KEY_ID": "<YOUR_VALUE>",
"APPLE_PRIVATE_KEY": "<YOUR_VALUE>",
"APPLE_MUSIC_USER_TOKEN": "<YOUR_VALUE>",
"APPLE_STOREFRONT": "<YOUR_VALUE>"
}
}
}
}
APPLE_TEAM_IDrequired — Apple Developer Team IDAPPLE_KEY_IDrequired — Apple MusicKit Key IDAPPLE_PRIVATE_KEYrequired secret — Apple MusicKit private key content (ES256, PEM format)APPLE_MUSIC_USER_TOKENrequired secret — Apple Music user token for personal library accessAPPLE_STOREFRONT— Apple Music storefront country code (default: us)
Related servers
mcp-for-blender
MCP server for working with Blender
davinci-resolve-mcp
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
MeiGen-AI-Design-MCP
AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local…
manim-mcp-server
A local MCP server that generates animations using Manim.
aseprite-mcp
MCP server using the Aseprite API to create pixel art
bazi-mcp
Provides comprehensive and accurate Bazi (Chinese Astrology) charting and analysis
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry