MCP Apple Music runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 24 May 2026.
Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
setup.py: выполняет код при установке пакета
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-apple-music -- uvx mcp-apple-music-server
{
"mcpServers": {
"mcp-apple-music": {
"args": [
"mcp-apple-music-server"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-apple-music]
command = "uvx"
args = ["mcp-apple-music-server"]
{
"mcpServers": {
"mcp-apple-music": {
"args": [
"mcp-apple-music-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-apple-music": {
"args": [
"mcp-apple-music-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
APPLE_TEAM_ID (Apple Developer Team ID), APPLE_KEY_ID (Apple MusicKit Key ID), APPLE_PRIVATE_KEY (Apple MusicKit private key content (ES256, PEM format)), APPLE_MUSIC_USER_TOKEN (Apple Music user token for personal library access), APPLE_STOREFRONT (Apple Music storefront country code (default: us)).
The author declared them in the registry entry; get the values from the project itself.
Apple Music MCP server: playlists, library, catalog, playback and Up Next, on Mac/Windows/Linux.
MCP server for Spotify - let AI agents control playback, search music, and manage playlists
Telegram MCP server: read, send, and search messages and manage chats via your account.
Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
Classic poetry search and discovery via PoetryDB.
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
Answers built from our own checks of this server.