跳过安装。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 + Claude
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.
前提条件
完整的设置说明已内置在连接器中 (在 store 中选择连接器时可见)。所需环境变量:
SYNOLOGY_URL, SYNOLOGY_USERNAME, SYNOLOGY_PASSWORD
步骤 1 — 获取凭证
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)
步骤 2 — 安装 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
步骤 3 — 在 Claude 中添加连接器
推荐路径 — 在 claude.ai web 上工作,无需触碰任何配置文件。
- 打开 claude.ai/customize/connectors。
- 点击 "Add custom connector"。
- 填入:
- Name:
Synology DSM - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → 粘贴你的 MCP API key (来自 AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- 点击 Connect 授权。
下面所有工具都会出现在你的聊天中 — 开始输入提示。
可用工具
| 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
Claude Code 和 Claude Desktop 一样工作吗? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp。
下一步
这份指南对你有帮助吗?