SoundCloud MCP.

A remote MCP server that gives an AI assistant access to SoundCloud — search and discovery, your likes and playlists, follows and reposts. 35 tools, each verified against the live API.

Endpoint

https://soundcloud-mcp.jamie-7e9.workers.dev/mcp

Add to Claude Code

claude mcp add --transport http soundcloud https://soundcloud-mcp.jamie-7e9.workers.dev/mcp

Add to Claude web or desktop

Settings → Connectors → Add custom connector, and paste the endpoint URL above. The first tool call opens SoundCloud's login in your browser.

This is someone's personal server. Access is limited to an allowlist of SoundCloud accounts, so signing in will not grant you access — run your own instead. It is one wrangler deploy.

Tools

Discovery 16

  • search_tracks
  • search_playlists
  • search_users
  • resolve_url
  • get_track
  • get_user
  • get_user_tracks
  • get_user_playlists
  • get_user_likes
  • get_playlist
  • get_playlist_tracks
  • get_related_tracks
  • get_related_artists
  • get_stream_url
  • get_comments
  • next_page

Your library 7

  • get_profile
  • get_my_likes
  • get_my_playlists
  • get_my_tracks
  • get_my_followings
  • get_feed
  • get_recently_played

Social 7

  • like_track
  • unlike_track
  • repost_track
  • unrepost_track
  • follow_user
  • unfollow_user
  • add_comment

Playlists 5

  • create_playlist
  • update_playlist
  • add_tracks_to_playlist
  • remove_track_from_playlist
  • delete_playlist