mixcloud-mcp
by nelsonra
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP server port. Default: 8000 | |
| CORS_ORIGIN | No | Allowed CORS origin for the upload endpoint. Default: * | |
| MCP_API_KEY | No | Bearer token protecting the MCP endpoint (HTTP only). Generate with mixcloud-mcp-keygen. | |
| UPLOAD_PORT | No | Port for the sidecar HTTP server (stdio only). Default: 4000 | |
| DISABLE_AUTH | No | Set to 'true' to skip auth (local dev only, never in production). | |
| MCP_PUBLIC_URL | No | Public base URL of the server (HTTP only). Required for browser OAuth. | |
| MIXCLOUD_CLIENT_ID | No | Mixcloud OAuth app client ID. Required for OAuth auth and uploads. | |
| MIXCLOUD_ACCESS_TOKEN | No | Direct Mixcloud token. Alternative to OAuth. | |
| MIXCLOUD_CLIENT_SECRET | No | Mixcloud OAuth app client secret. Required for OAuth auth and uploads. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nelsonra/mixcloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server