Bridges the Mixcloud API to AI assistants via MCP, enabling search for mixes, artist lookup, uploads, and user profile access.
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.
process.env. You'll be asked to provide them before it can run.INPUTMIXCLOUD_ACCESS_TOKEN— Optional: if you already have a Mixcloud access token, set and skip step 4.DISABLE_AUTH— Set to true to skip auth — local dev only, never in production.MCP_API_KEY— your_secret_key # protects the MCP endpoint; generate with mixcloud-mcp-keygenMCP_PORT— 8000 HTTP server port.MIXCLOUD_CLIENT_ID— "": "<your client id>",MIXCLOUD_CLIENT_SECRET— "": "<your client secret>"MCP_PUBLIC_URL— Use the ngrok HTTPS URL as and make sure the same URL is registered as the redirect URI in your Mixcloud app.CORS_ORIGIN— Allowed CORS origin for the upload endpoint. Lock this down in production.UPLOAD_PORT— 4000 Port for the sidecar HTTP server (handles uploads and the OAuth callback).[](https://m8ven.ai/mcp/nelsonra-mixcloud-mcp-1fswoz)