Sáltate la instalación. Funcionando en menos de 2 minutos.
Inicia una prueba gratuita en cloud.anythingmcp.com, añade Synology DSM con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.
Summary
Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.
Prueba a pedir
Prompts de ejemplo para Synology DSM
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Synology DSM, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Synology DSM + ChatGPT
Synology DiskStation Manager: system and storage health, shared folders, running tasks, Download Station queue and the file station tree. Session-login auth against your own NAS.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
SYNOLOGY_URL, SYNOLOGY_USERNAME, SYNOLOGY_PASSWORD
Paso 1 — Obtener credenciales
Setup
- In DSM create a user for the integration. Give it read access to the shared folders the agent should see and, if you want the system tools, membership of the administrators group — several
SYNO.Coreendpoints are admin-only. - Turn off two-factor authentication for that user, or the login call cannot complete. This is the main reason to use a dedicated account rather than your own.
- Set
SYNOLOGY_URLto your NAS (e.g.https://nas.example.com:5001, no trailing slash), plusSYNOLOGY_USERNAMEandSYNOLOGY_PASSWORD.
…(continued in the in-app connector instructions)
Paso 2 — Instalar el adapter
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Paso 3 — Añadir el conector en ChatGPT
ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.
- Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
- Pulsa "Add custom connector".
- Rellena:
- Name:
Synology DSM - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Herramientas disponibles
| Tool | What it does |
|---|---|
synology_list_apis | List the Web APIs this DSM publishes, with the version range and CGI path of each |
synology_get_system_info | Read the NAS's system information: model, serial number, DSM version, uptime, CPU and total memory |
synology_get_system_utilization | Read live utilisation: CPU load, memory in use, disk throughput and network throughput right now |
synology_list_storage | Read the storage overview: every volume and disk with its size, used space, filesystem and SMART health status |
synology_list_shares | List the shared folders with their name, path, description and whether each is encrypted — the map of what is on the NAS |
synology_list_files | List the files and folders under one path in File Station, with their size, type and modification time |
synology_search_files | Start a File Station search under one path for a filename pattern |
synology_list_download_tasks | List the Download Station queue with each task's title, status, size, progress and speed — what the NAS is currently fetching |
synology_list_users | List the DSM user accounts with their name, description, e-mail and whether each is expired or disabled |
FAQ
¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.
Siguientes pasos
¿Te ha sido útil esta guía?