Sound

Sound

Apple Music playback control, library search, playlist management, and queue operations via MCP.

Category
Visit Server

README

<p align="center"> <img src="docs/assets/sound-logo.png" alt="Sound" width="200"> </p>

<h1 align="center">Sound</h1>

<p align="center"><strong>Apple Music for your AI tools.</strong></p>

Sound is a native macOS MCP server that lets AI tools like Claude Code, Cursor, and Windsurf search, play, and manage Apple Music through natural language.

No API keys. No browser auth flows. One command to install, one prompt to set up.

What it does

Tool Description
search_catalog Search Apple Music for songs, albums, or artists
get_song_details Get full metadata for a song
get_album_details Get album info with track listing
play_song Play a specific song by catalog ID
play_pause Toggle playback
skip_next / skip_previous Track navigation
get_now_playing Current track info and playback state
get_queue / set_queue Read or replace the playback queue
get_library_playlists List your playlists
get_recently_played Recent listening history
create_playlist Create a new playlist
add_to_playlist Add songs to a playlist
ping Health check

Requirements

  • macOS 14+ (Sonoma or later) on Apple Silicon
  • Apple Music subscription (for playback; catalog search works without one)
  • An MCP-compatible AI tool (Claude Code, Cursor, Windsurf, etc.)
  • For building from source: Xcode 16.3+ / Swift 6.1+

Install

Homebrew (recommended)

brew install seayniclabs/tap/sound

From source

git clone https://github.com/seayniclabs/sound.git
cd sound
swift build -c release
codesign --force --sign - --entitlements Sources/Sound/Sound.entitlements .build/release/Sound

The binary is at .build/release/Sound.

First-time setup

Run the setup command to grant Apple Music access:

sound setup

This triggers the macOS permission prompt. You only need to do this once.

Add to Claude Code

claude mcp add sound -- $(which sound)

Or add manually to ~/.claude.json:

{
  "mcpServers": {
    "sound": {
      "command": "/path/to/sound",
      "args": ["serve"]
    }
  }
}

Usage

Once connected, just talk to your AI tool:

  • "Search Apple Music for Tycho"
  • "Play Everlong by Foo Fighters"
  • "Create a playlist called Focus and add these tracks"
  • "What's playing right now?"
  • "Skip to the next track"

How it works

Sound uses Apple's MusicKit framework to interact with Apple Music natively on macOS. It communicates with AI tools over stdio using the Model Context Protocol (JSON-RPC).

AI Tool  --stdio/JSON-RPC-->  Sound  --MusicKit-->  Apple Music
                                     --ApplicationMusicPlayer-->  Music.app

Auth is handled by macOS — the binary has an embedded bundle identifier (com.seayniclabs.sound) and the MusicKit entitlement. Users just click "Allow" once when prompted. No tokens, no refresh logic, no config files.

Building

swift build           # debug build
swift build -c release  # release build

Sound requires Swift 6.1+ and targets macOS 14+.

License

MIT

Credits

Built by Seaynic Labs.

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