$ npx -y @freeyourmusic/mcp install --host=claude-desktopWrote freeyourmusic config to {path} Restart {hostName} to pick up the new MCP server.

Free Your Music in Claude Desktop.

One command. Restart Claude Desktop. Done.

Install steps

  1. Run the command above. It writes the freeyourmusic entry into the Claude Desktop MCP config.
  2. Confirm the new section was added to ~/Library/Application Support/Claude/claude_desktop_config.json.
  3. Restart Claude Desktop (cmd+Q on macOS). The freeyourmusic tools appear in the integrations sheet.

What to ask in Claude Desktop

Try

"List my Spotify playlists with track counts."

fym_playlists_list(service=spotify)
Try

"Search Apple Music for 'rainy day jazz' and add the top 10 to a new playlist."

fym_search_tracks(service=apple-music)fym_playlists_createfym_tracks_add
Try

"Show my recently liked Tidal tracks."

fym_library_tracks(service=tidal)
Try

"Unfollow YouTube Music artists I haven't played this year."

fym_history_recent(service=youtube-music)fym_unfollow_artist

Where it lives

~/Library/Application Support/Claude/claude_desktop_config.json

Troubleshooting

Tools don't appear after install
Restart Claude Desktop fully (cmd+Q on macOS for desktop apps). Check that the MCP server status indicator is green.
Bridge unreachable / open the app
The FYM desktop app must be running. The MCP server talks to it over 127.0.0.1.
How do I uninstall
Remove the freeyourmusic block from ~/Library/Application Support/Claude/claude_desktop_config.json and restart Claude Desktop.

Now try one of these

No telemetry. Bearer token rotates on every desktop launch. Your music data never leaves your machine through this path.

Your AI hostLocal bridge (127.0.0.1)FYM desktop

Plug in your music.

One command for your AI host. Restart. Done.

Install in
npx -y @freeyourmusic/mcp install --host=claude-desktop

Writes to ~/Library/Application Support/Claude/claude_desktop_config.json
Restart Claude Desktop (cmd+Q on macOS). The freeyourmusic tools appear in the integrations sheet.