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

Free Your Music in Cline.

One command. Restart Cline. Done.

Install steps

  1. Run the command above. It writes the freeyourmusic entry into the Cline MCP config.
  2. Confirm the new section was added to ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json.
  3. Restart VS Code or run "MCP Servers: Reload" from the command palette.

What to ask in Cline

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/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json

Troubleshooting

Tools don't appear after install
Restart Cline 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/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json and restart Cline.

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.