Mcp Apple Music is a Model Context Protocol (MCP) server: Apple Music MCP server — search catalog, manage playlists, and access your library via Claude. In practice that means any MCP-compatible AI assistant can call Mcp Apple Music's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the Python package mcp-apple-music-server (via uvx) speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need APPLE_TEAM_ID, APPLE_KEY_ID, APPLE_PRIVATE_KEY (among others). The current release is v1.0.1, published under the MIT license, with source at Cifero74/mcp-apple-music on GitHub, where it has earned 38 stars.
Mcp Apple Music is listed under AI & Agents on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Mcp Apple Music for Cifero74, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — mcp-apple-music-server · MCP over stdio
▸Credentials — Requires APPLE_TEAM_ID, APPLE_KEY_ID, APPLE_PRIVATE_KEY + 1 more
▸Open source — MIT license · Cifero74/mcp-apple-music