Apple Music MCP Server

Apple Music MCP Server

Connects Claude Code to Apple Music using only your Apple ID, without needing a developer account. Enables access to recently played, playlists, search, recommendations, and playlist creation.

Category
Visit Server

README

Apple Music MCP Server v2

Sem Apple Developer Account! Nao precisa de certificado .p8, chave de API, nem conta de desenvolvedor.

Conecta o Claude Code ao Apple Music usando apenas sua Apple ID.

Como Funciona

O MCP abre o navegador real (Chromium), voce faz login no music.apple.com com sua Apple ID, reproduz qualquer musica, e o Playwright captura automaticamente os tokens de autenticacao que o proprio site da Apple gera. Simples assim.

Setup Rapido (3 passos)

1. Instalar

cd apple-music-mcp
npm install
npx playwright install chromium
npm run build

2. Login - Parte 1

node dist/login.js

Vai abrir o navegador. Faca login com sua Apple ID e reproduza qualquer musica. Apos a captura dos tokens, feche o navegador.

2. Login - Parte 2

node atualizatokens.mjs

3. Configurar no Claude Code

Adicione no arquivo de configuracao MCP:

{
  "mcpServers": {
    "apple-music": {
      "command": "node",
      "args": ["CAMINHO\\COMPLETO\\apple-music-mcp\\dist\\index.js"],
      "cwd": "CAMINHO\\COMPLETO\\apple-music-mcp"
    }
  }
}

Reinicie o Claude Code. Pronto!

Ferramentas Disponiveis

Ferramenta Descricao
apple_music_login Login via navegador (quando tokens expirarem)
apple_music_status Verifica se esta logado e validade dos tokens
get_recently_played Suas musicas recentes
get_playlists Lista suas playlists
get_playlist_tracks Musicas de uma playlist especifica
search_music Busca no catalogo (musicas, artistas, albuns)
get_recommendations Recomendacoes personalizadas por IA
get_music_profile Perfil completo dos seus gostos
get_top_artists Artistas mais ouvidos
create_playlist Cria playlist (manual ou com recomendacoes)
get_track_details Detalhes de uma musica

Exemplos no Claude Code

- "Quais sao minhas musicas recentes?"
- "Crie uma playlist com 30 recomendacoes de indie rock"
- "Me mostre meu perfil musical"
- "Busque por bossa nova e crie uma playlist 'Foco'"
- "Quais musicas estao na playlist 'Favoritas'?"
- "Quem sao meus top 10 artistas?"

Notas

  • Tokens valem ~25 dias. Quando expirarem, execute node dist/login.js novamente.
  • A primeira vez demora mais porque instala o Chromium (~150MB).
  • Funciona no Windows, Mac e Linux.
  • Precisa de assinatura Apple Music para dados pessoais (historico, playlists).
  • A busca no catalogo funciona ate sem login (limitado).

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured