How to integrate SoundCloud MCP with Codex

Connect Codex 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

Codex is one of the most popular coding harnesses out there. And MCP makes the experience even better. With SoundCloud MCP integration, you can draft, triage, summarise emails, and much more, all without leaving the terminal or the app, whichever you prefer.

Also integrate SoundCloud with

Why use Composio?

Apart from a managed and hosted MCP server, you will get:

  • CodeAct: A dedicated workbench that allows GPT to write its code to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Large tool responses: Handle them to minimise context rot.
  • Dynamic just-in-time access to 20,000 tools across 1000+ other Apps for cross-app workflows. It loads the tools you need, so GPTs aren't overwhelmed by tools you don't need.

How to install SoundCloud MCP in Codex

Run the setup command

Run this command in your terminal to add the Composio MCP server to Codex.

Terminal

It will initiate the authentication in a browser window, authorize Codex to access your Composio account.

Composio authentication page

(Optional) Authenticate with OAuth

To authenticate manually, run the login command to open a browser window and authorize Codex to access your Composio account.

bash
codex mcp login composio

Verify the connection

Run codex mcp list to confirm Composio appears as a registered MCP server.

bash
codex mcp list

Codex App

Codex App follows the same approach as VS Code.

  1. Click ⚙️ on the bottom left → MCP Servers → + Add servers → Streamable HTTP:
  2. Fill the header and Key fields with { "x-consumer-api-key" = "ck_*******" }.
  3. The Key is the Composio API key, that you can find on dashboard.composio.dev
  4. Click on Authenticate and authorize Codex to your Composio account and you're all set.
Codex App MCP setup
  1. Restart and verify if it's there in .codex/config.toml
bash
[mcp_servers.composio]
url = "https://connect.composio.dev/mcp"
http_headers = { "x-consumer-api-key" = "ck_*******" }

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.

Conclusion

You've successfully integrated SoundCloud with Codex using Composio's MCP server. Now you can interact with SoundCloud directly from your terminal, VS Code, or the Codex App using natural language commands.

Key benefits of this setup:

  • Seamless integration across CLI, VS Code, and standalone app
  • Natural language commands for SoundCloud operations
  • Managed authentication through Composio
  • Access to 20,000+ tools across 1000+ apps for cross-app workflows
  • CodeAct workbench for complex tool chaining

Next steps:

  • Try asking Codex to perform various SoundCloud operations
  • Explore cross-app workflows by connecting more toolkits
  • Build automation scripts that leverage Codex's AI capabilities
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. Codex 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