applemusic-mcp
Rank #1,858io.github.epheterson/applemusic-mcp
Apple Music MCP server: playlists, library, catalog, playback and Up Next, on Mac/Windows/Linux.
applemusic-mcp is a Model Context Protocol (MCP) server published by epheterson. It ranks #1,858 of 115,591 servers tracked on MCP Toplist, and its repository has 91 GitHub stars. applemusic-mcp is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on May 5, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 113,733 of 115,591 servers on MCP Toplist.
Use applemusic-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add applemusic-mcp -- uvx applemusic-mcp serve[mcp_servers.applemusic-mcp]
command = "uvx"
args = ["applemusic-mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"applemusic-mcp": {
"command": "uvx",
"args": [
"applemusic-mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"applemusic-mcp": {
"command": "uvx",
"args": [
"applemusic-mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"applemusic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"applemusic-mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"applemusic-mcp": {
"command": "uvx",
"args": [
"applemusic-mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"applemusic-mcp": {
"command": "uvx",
"args": [
"applemusic-mcp",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.epheterson%2Fapplemusic-mcp)<a href="https://mcptoplist.com/server/io.github.epheterson%2Fapplemusic-mcp"><img src="https://mcptoplist.com/badge/io.github.epheterson%2Fapplemusic-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
epheterson
Other servers by epheterson
View all epheterson servers →Available versions (5)
| Version | Published |
|---|---|
| 0.20.1 | Aug 28, 2026 |
| 0.20.0 | Aug 23, 2026 |
| 0.19.1 | Aug 21, 2026 |
| 0.19.0 | Aug 20, 2026 |
| 0.18.4 | Aug 17, 2026 |
Frequently asked questions
- Who maintains applemusic-mcp?
- applemusic-mcp is maintained by epheterson, which publishes 2 MCP servers (18 total versions) tracked on MCP Toplist.
- Is applemusic-mcp listed on the Official MCP Registry?
- Yes — applemusic-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does applemusic-mcp have?
- MCP Toplist tracks 5 versions of applemusic-mcp, most recently published on Aug 28, 2026.
- Where can I find the source code for applemusic-mcp?
- The source code for applemusic-mcp is hosted at github.com/epheterson/applemusic-mcp.