Command Palette

Search for a command to run...

UnylyUnyly
Browse all

RedPanal Server

FreeNot checked

Enables interaction with the RedPanal audio platform to list, detail, download, and upload audio files.

GitHubEmbed

About

Enables interaction with the RedPanal audio platform to list, detail, download, and upload audio files.

README

Este proyecto implementa un servidor MCP (Model Context Protocol) que permite interactuar con la API de RedPanal para listar, consultar detalles, descargar y subir audios.

Requisitos

  • Python 3.8 o superior
  • Poetry para la gestión de dependencias
  • Una cuenta en RedPanal (solo necesaria para subir audios)

Instalación

  1. Clona este repositorio:
git clone <URL_DEL_REPO>
cd redpanal-mcp-server
  1. Instala las dependencias:
poetry install
  1. Crea un archivo .env en la raíz del proyecto con tus credenciales de RedPanal (solo necesarias para subir audios):
REDPANAL_USER=tu_usuario
REDPANAL_PASSWORD=tu_contraseña

Uso

Utilizar con cliente desktop LLM como Claude (o equivalente)

y configurar servidor mcp por ejemplo en claude_desktop_config.json agregar:

"redpanal": {
  "command": "uv",
  "args": [
    "--directory",
    "$YOUR_PATH/redpanal-mcp-server",
    "run",
    "mcp_redpanal.py"
  ]
},

El servidor expone las siguientes herramientas:

1. Listar audios

list_audios(genre: str = None, tag: str = None, page: int = 1, page_size: int = 10)

Devuelve una lista de audios de RedPanal. Puedes filtrar por género, etiqueta, página y tamaño de página.

2. Obtener detalles de un audio

get_audio_detail(audio_id: int)

Devuelve los detalles de un audio específico por su ID.

3. Subir un audio

upload_audio(
    file_path: str,
    name: str,
    description: str,
    use_type: str,
    genre: str,
    instrument: str,
    tags: list
)

Sube un archivo de audio a RedPanal. Requiere autenticación (usuario y contraseña en el .env).

Notas

  • La subida de audios requiere que el usuario tenga permisos en RedPanal.
  • El servidor utiliza la API pública de RedPanal para las consultas.

from github.com/audio-research-projects/redpanal-mcp-server

Installing RedPanal Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/audio-research-projects/redpanal-mcp-server

FAQ

Is RedPanal Server MCP free?

Yes, RedPanal Server MCP is free — one-click install via Unyly at no cost.

Does RedPanal Server need an API key?

No, RedPanal Server runs without API keys or environment variables.

Is RedPanal Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install RedPanal Server in Claude Desktop, Claude Code or Cursor?

Open RedPanal Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare RedPanal Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs