跳过安装。2 分钟内即可运行。
在 cloud.anythingmcp.com 开始免费试用,一键添加 Synology DSM,然后将你的 AI 客户端(Claude、ChatGPT、Copilot 或 Cursor)指向生成的 MCP 端点。无需 Docker,无需 git clone,无需任何工程经验。
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.
试试这样问
Synology DSM 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装? 直接使用 cloud.anythingmcp.com。 登录、点击 Connectors → Synology DSM、粘贴凭证、生成 MCP API key — 完成。无 Docker、无
git clone、无本地服务器。
Synology DSM
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.
设置
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)
前提条件: SYNOLOGY_URL, SYNOLOGY_USERNAME, SYNOLOGY_PASSWORD
本地安装连接器
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
打开 http://localhost:3000/connectors/store,选择 Synology DSM 并填入前提条件中列出的环境变量。
可用工具
| 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 |
下一步
这份指南对你有帮助吗?