Unofficial SoundCloud MCP Server to connect your favorite AI (like Claude) to SoundCloud.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"soundcloud-mcp-serve": {
"command": "npx",
"args": [
"-y",
"marcellkehmstedt/soundcloud-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add soundcloud-mcp-serve npx -y marcellkehmstedt/soundcloud-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"soundcloud-mcp-serve": {
"command": "npx",
"args": [
"-y",
"marcellkehmstedt/soundcloud-mcp-server"
]
}
}
}