SoundCloud Connector for AI agents.
9 live capabilities
Manage your music library and discover new tracks through conversational search.
Waiting for input…
Why people use SoundCloud
SoundCloud for finding and organizing music assets
This Connector changes that by letting you stay in your primary workspace. You just tell your agent what you need, and it handles the searching and organization for you. You get your music assets organized and ready to go without ever leaving your chat.
What Vinkius changes
You get a direct conversational interface for your entire SoundCloud library and social presence.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding background music
A video editor asks for 'chill synthwave' and uses search_tracks to find 5 options for a new project.
- Real-world use case 02
Organizing a project
A producer uses create_playlist to group all 'reference tracks' for a new album into one easy to find list.
- Real-world use case 03
Quick metadata check
A developer uses resolve_url to see the play count and genre of a specific track link without opening a browser.
Complete set · 9capabilities
The complete SoundCloud capability set.
These are the exact actions your AI can choose when you ask it to work with SoundCloud.
01—03
3 capabilities in this set.
Part of 9 available through SoundCloud.
- 01 Capability
Like track
Like a specific track on SoundCloud. It's a quick way to save music you love to your liked collection.
- 02 Capability
Get me
View your own SoundCloud profile details. Use this to check your account status or personal info quickly.
- 03 Capability
Resolve url
Convert a SoundCloud link into full metadata. This lets your agent see all the details of a track from a permalink.
04—06
3 capabilities in this set.
Part of 9 available through SoundCloud.
- 04 Capability
Search tracks
Search for tracks based on keywords or filters. Find exactly what you need to hear using natural language queries.
- 05 Capability
Upload track
Upload a new audio file to your SoundCloud account. This lets you add new content to your profile without leaving your chat.
- 06 Capability
Create playlist
Create a new playlist to organize your music. It's the fastest way to group tracks for specific projects or moods.
07—09
3 capabilities in this set.
Part of 9 available through SoundCloud.
- 07 Capability
Follow user
Follow an artist or another user on the platform. This helps you keep up with new releases and stay connected to the community.
- 08 Capability
Get track stream
Get the specific stream URLs for a track. Use this to pull audio links directly into your production workflow.
- 09 Capability
Like playlist
Like a playlist you enjoy. This helps you curate your personal feed and save your favorite collections.
Set up in minutes
One URL. Then ask SoundCloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SoundCloud from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZQGFYGokSzPFOBpuTJEPjac27SUypNtgsxUKBGBI/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it SoundCloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SoundCloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZQGFYGokSzPFOBpuTJEPjac27SUypNtgsxUKBGBI/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the SoundCloud URL.
- Step 03
Save and start
Save the connection and enable SoundCloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"soundcloud-alternative": {
"url": "https://edge.vinkius.com/vk_preview_ZQGFYGokSzPFOBpuTJEPjac27SUypNtgsxUKBGBI/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using SoundCloud
Open Agent mode in chat and ask: "Using SoundCloud, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"soundcloud-alternative": {
"url": "https://edge.vinkius.com/vk_preview_ZQGFYGokSzPFOBpuTJEPjac27SUypNtgsxUKBGBI/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using SoundCloud
Ask Copilot: "Using SoundCloud, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"soundcloud-alternative": {
"url": "https://edge.vinkius.com/vk_preview_ZQGFYGokSzPFOBpuTJEPjac27SUypNtgsxUKBGBI/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using SoundCloud
Open Cascade and ask: "Using SoundCloud, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"soundcloud-alternative": {
"url": "https://edge.vinkius.com/vk_preview_ZQGFYGokSzPFOBpuTJEPjac27SUypNtgsxUKBGBI/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using SoundCloud
Ask Cline: "Using SoundCloud, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add soundcloud-alternative --transport http "https://edge.vinkius.com/vk_preview_ZQGFYGokSzPFOBpuTJEPjac27SUypNtgsxUKBGBI/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using SoundCloud
Ask Claude: "Using SoundCloud, show me...". 9 tools are ready
Where the request belongs
Work SoundCloud can move forward.
This is for content creators and music producers who need to organize audio assets quickly without constant tab-switching.
Content Creator
Finds background music for videos and manages audio assets without leaving their main workspace.
Music Producer
Organizes sample libraries and builds reference playlists for new projects using natural language.
Music Enthusiast
Curates personal listening habits and discovers new artists through conversational search.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSoundCloud
Manage your SoundCloud account. audit tracks, playlists, and followers via AI.
Audiomack
Stream and discover music via Audiomack. search tracks, manage playlists, and follow artists directly from your AI agent.
Jamendo
Search and stream music from the Jamendo catalog. find tracks, albums, and artists, and explore playlists directly from your AI agent.
Spotify Music
Control playback, search library, get audio features, and manage playlists via Spotify API.
Deezer
Search music, browse artists, albums and playlists, and explore charts via AI.
Last.fm
Manage your music profile. audit listening habits, top tracks, and artists via AI.
Bring your own AI
Change the model, client or framework. Keep SoundCloud connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about SoundCloud.
The practical details behind the request, access and result.
Can I use the SoundCloud MCP to find music for my podcast?
Yes, you can use search_tracks to find specific genres or moods and get the details you need for your production.
How does the SoundCloud MCP help with playlist management?
It lets you create and organize playlists using natural language, so you don't have to manually sort tracks in a browser.
Can I upload my own tracks using the SoundCloud MCP?
Yes, you can use upload_track to put new audio files directly onto your account through your AI agent.
Will the SoundCloud MCP let me follow my favorite artists?
It does. You can use follow_user to keep up with artists and see their latest content without leaving your workspace.
Can my AI agent get stream URLs for SoundCloud tracks?
Yes, the get_track_stream capability allows your agent to pull those URLs so you can integrate them into your workflow.
How do I get data from a specific SoundCloud link?
You can just give your agent a permalink, and it will use the resolve_url capability to show you all the track's metadata.
How can I get the details of a track if I only have the browser URL?
You can use the resolve_url capability. Simply provide the SoundCloud permalink (e.g., https://soundcloud.com/artist/track), and the agent will return the full API resource including ID, title, and metadata.
Can I upload audio files directly through this server?
Yes! The upload_track capability allows you to send a title and the asset data to SoundCloud. This is perfect for automating uploads or managing your creator profile.
Is it possible to get the actual stream link for a track?
Absolutely. Use the get_track_stream capability with a valid Track ID to retrieve available transcodings and direct stream URLs.
One connection away
Give your agent a direct line to SoundCloud.
Connect SoundCloud once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available