How to connect SoundCloud to Claude Cowork

Connect Claude Cowork to SoundCloud MCP. Upload a new private demo track, list your latest liked soundcloud tracks, and more using natural language, with authentication handled for you.

SoundCloud logoSoundCloud
Oauth2

SoundCloud is an audio streaming and creator platform for sharing tracks, playlists, and artist profiles. It helps creators publish music and listeners discover new sounds from a global community.

51 Tools

Introduction

Cowork is Anthropic's AI agent for knowledge work. Think of it as Claude Code for everything else. It works autonomously with your computer, local files, and applications to accomplish complex tasks.

This guide walks you through the easiest and most secure way to connect your SoundCloud account to Cowork via Composio Connect, enabling it to upload a new private demo track, list your latest liked SoundCloud tracks, create playlist from recent uploads, and more such actions on your behalf without compromising your account security.

Also integrate SoundCloud with

Connecting SoundCloud to Claude Cowork

1. Open Customize

In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.

Claude Desktop connectors screen with Add custom connector selected

2. Add the Composio MCP server

Click Add custom connector and paste in the Composio MCP server URL:

bash
https://connect.composio.dev/mcp
Add custom connector dialog with Composio MCP server URL

3. Authorize in your browser

Click Connect. You'll be redirected to a browser window where you can authorize Composio to continue.

Composio authorization screen for Claude Cowork

4. Connect your SoundCloud account

Back in Cowork, ask the agent to connect to SoundCloud or give it any SoundCloud-related task.

For example, ask Cowork to:

  • "Upload a new private demo track"
  • "List your latest liked SoundCloud tracks"
  • "Create playlist from recent uploads"

It will prompt you to authenticate and authorize access.

That's it. Composio's tools are now available in Cowork, and your SoundCloud account is ready to use.

What is Claude Cowork?

Claude Cowork is Anthropic's agent for general knowledge work. It can use your computer, files, and connected applications to complete longer-running tasks across your work tools.

With Composio Connect, Cowork can securely access apps like SoundCloud through MCP without you sharing account credentials directly with the agent.

What is the SoundCloud MCP server, and what's possible with it?

The SoundCloud MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your SoundCloud account. It provides structured and secure access so your agent can perform SoundCloud operations on your behalf.

TOOLS

Supported Tools

Every SoundCloud action and event your agent gets out of the box.

Creates a playlist

The `/playlists` POST endpoint on SoundCloud allows for playlist creation with title, description, mode, and tracks in a JSON body, requiring AuthHeader.

Deletes a playlist

Deletes a SoundCloud playlist by its ID, requiring authorization.

Deletes a track

This endpoint allows deleting a specific SoundCloud track by its ID.

Fetch soundcloud follower profile details

Fetches SoundCloud user profile details (username, followers) for a user followed by an authenticated user.

Fetchuserfavorites

The `/me/likes/playlists` endpoint lets authenticated users access their favorite playlists, supports pagination, and requires an AuthHeader.

Fetchuserfollowingdetails

Returns (following_id) that is followed by (user_id).

Fetchuserprofileslinks

Access a user's profile links (website, Facebook, Instagram) on SoundCloud by user ID.

Follows a user

The `/me/followings/{user_id}` endpoint on SoundCloud is for following users by ID, secured with `AuthHeader`.

Returns all related tracks of track on SoundCloud

Returns all related tracks of track on SoundCloud

Returns a list of users who have favorited or liked the track

Returns a list of users who have favorited or liked the track

Likes a playlist

This API endpoint lets users like a SoundCloud playlist via POST, needing an AuthHeader and playlist ID.

Likes a track

This endpoint enables users to like a track using POST, requiring AuthHeader and track_id.

Listauthenticateduserfollowers

Fetches the list of followers for the authenticated user with options to limit results.

Listfollowedbyuser

Returns a list of SoundCloud users followed by the authenticated user, with options for result limit and pagination.

Listuserfavorites

This endpoint fetches a user's favored tracks with options for filtering and pagination.

Oauth2 authorization redirect handler

OAuth Authorization Code flow is mandated for authorization, utilizing `response_type=code`.

Performs a playlist search based on a query

This endpoint enables playlist searches on Soundcloud using filters such as query, access level, and more.

Performs a user search based on a query

The `/users` endpoint on SoundCloud, requiring authentication, supports user searches with parameters like `q`, `ids`, `limit`, and uses `linked_partitioning` for pagination.

Provisionaccesstokenspostauthorization

The `/oauth2/token` endpoint issues access tokens to authorized apps, accepting two content types and requiring specific fields.

Recent the authenticated user s activities

This API endpoint lets authenticated users fetch their SoundCloud activities, like songs and playlists, with filters for access level.

Recenttracksfromfollowedusers

This endpoint lets authenticated users see recent tracks from followed users, offering filter by access level and pagination.

Removes a repost on a playlist as the authenticated user

Removes a repost on a playlist as the authenticated user

Removes a repost on a track as the authenticated user

Removes a repost on a track as the authenticated user

Reposts a playlist as the authenticated user

This endpoint lets authenticated users repost SoundCloud playlists by ID, returning status codes for success (201), unauthorized (401), and not found (404).

Reposts a track as the authenticated user

This endpoint lets authenticated users repost tracks on SoundCloud, using track ID and `AuthHeader`.

Resolve soundcloud urls to api resource urls

This endpoint translates SoundCloud URLs into API Resource URLs, requiring authentication and a `url` parameter.

Returns a collection of playlist s reposters

This endpoint fetches users reposting a SoundCloud playlist using a playlist ID, offering pagination and detailed user profiles.

Returns a collection of track s reposters

This endpoint fetches users reposting a SoundCloud track.

Returns a list of the current user s tracks

This endpoint fetches the user's tracks with options for limiting results and pagination, requiring authentication.

Returns a list of user s followers

Returns a list of users that follows (user_id).

Returns a list of user s followings

Returns list of users that (user_id) follows.

Returns a list of user s liked playlists

This endpoint fetches liked playlists for a specified user_id on SoundCloud, supports pagination, and requires authentication.

Returns a list of user s liked tracks

This endpoint retrieves a SoundCloud user's liked tracks, filtered by access level (playable, preview, blocked), with optional result limit and pagination.

Returns a list of user s playlists

Fetches a SoundCloud user's playlists by user ID, with options to filter by track access level, include/exclude tracks, and specify result limits.

Returns a list of user s tracks

Get a user's track collection on SoundCloud by their user ID, including options for filtering by track access level, specifying result limits, and pagination.

Returns a playlist

This endpoint fetches a SoundCloud playlist using its `playlist_id`, with options for a secret token, access filters (like playable or blocked), and including/excluding tracks.

Returns a track

Fetches details of a specific SoundCloud track using its ID, including metadata like title, genre, and artist info.

Returns a track s streamable urls

This endpoint returns streamable URLs for a specific SoundCloud track given its track_id.

Returns a user

Fetch a SoundCloud user's details by user ID, including profile data, follower stats, and more.

Returns the authenticated user s activities

The `/me/activities` endpoint lets authenticated users access their SoundCloud activities (tracks, playlists) based on access level, requiring `AuthHeader` for security.

Returns the authenticated user s information

This endpoint ("/me") supports GET requests to access user info such as avatar, location, and follower stats with "AuthHeader" needed for security.

Returns the comments posted on the track track id

This endpoint retrieves comments for a specified track on SoundCloud using track_id.

Returns tracks under a playlist

This endpoint retrieves tracks in a given SoundCloud playlist, specified by `playlist_id`.

Returns user s playlists sets

Returns playlist info, playlist tracks and tracks owner info.

Deletes a user who is followed by the authenticated user

Deletes a user who is followed by the authenticated user

Unlikes a playlist

Authenticated users can remove a "like" from a SoundCloud playlist by sending a DELETE request to `/likes/playlists/{playlist_id}`.

Unlikes a track

Endpoint `/likes/tracks/{track_id}` allows unauthorized liking of a track, requiring AuthHeader.

Updates a playlist

Update existing playlists on SoundCloud by specifying a playlist ID.

Updates a track s information

Update a track's details on SoundCloud by PUT method at '/tracks/{track_id}'.

Uploads a new track

This endpoint enables secure track uploads, requiring track title and asset data.

Userrecenttrackactivities

This Soundcloud API endpoint fetches recent user tracks, reposts, and playlist adds, allowing access level filtering and result count customization.

FRAMEWORKS

How to build SoundCloud MCP Agent with another framework

FAQ

Frequently asked questions

With a standalone SoundCloud MCP server, the agents and LLMs can only access a fixed set of SoundCloud tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from SoundCloud and many other apps based on the task at hand, all through a single MCP endpoint.

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right SoundCloud tools.

Yes, absolutely. You can configure which SoundCloud scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your SoundCloud data and credentials are handled as safely as possible.

Start with SoundCloud.It takes 30 seconds.

Managed auth, hosted MCP servers, and every SoundCloud tool your agent needs.Free to start.

Start building