apple-music-mcp-effect

DeepanshuMishraa/apple-music-mcp-effect
★ 0 stars TypeScript Code/Dev Tools Updated 3d ago
Mcp server to control apple music (kinda)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-music-mcp-effe": {
      "command": "npx",
      "args": [
        "-y",
        "DeepanshuMishraa/apple-music-mcp-effect"
      ]
    }
  }
}

README Excerpt

This is basically an Apple Music MCP server which allows you to control some parts of your Apple Music through your agents 1. Clone the repo 2. `bun install` 3. `bun run build` 4. Add to your MCP client config: ```json { "mcpServers": { "apple-music": { "command": "node", "args": ["/path/to/effect-apple-music/build/index.js"]