69
/ 100
8 days ago
glama

mixcloud-mcp

Bridges the Mixcloud API to AI assistants via MCP, enabling search for mixes, artist lookup, uploads, and user profile access.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: MIXCLOUD_ACCESS_TOKEN, MCP_API_KEY, MIXCLOUD_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configINPUT
🔐 secretMIXCLOUD_ACCESS_TOKENOptional: if you already have a Mixcloud access token, set and skip step 4.
configDISABLE_AUTHSet to true to skip auth — local dev only, never in production.
🔐 secretMCP_API_KEYyour_secret_key # protects the MCP endpoint; generate with mixcloud-mcp-keygen
configMCP_PORT8000 HTTP server port.
configMIXCLOUD_CLIENT_ID"": "<your client id>",
🔐 secretMIXCLOUD_CLIENT_SECRET"": "<your client secret>"
configMCP_PUBLIC_URLUse the ngrok HTTPS URL as and make sure the same URL is registered as the redirect URI in your Mixcloud app.
configCORS_ORIGINAllowed CORS origin for the upload endpoint. Lock this down in production.
configUPLOAD_PORT4000 Port for the sidecar HTTP server (handles uploads and the OAuth callback).
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/nelsonra-mixcloud-mcp-1fswoz)](https://m8ven.ai/mcp/nelsonra-mixcloud-mcp-1fswoz)
commit: 58cb1916684c6e2d766a31552c2d3c25e60f6d34
code hash: 81b48a3b79fd3c0271856233ce94e31733011060d4494e74285e28db0e88c5b2
verified: 6/18/2026, 11:14:30 AM
view raw JSON →