インストール不要。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 キーを発行 — 完了です。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 |
次のステップ
このガイドは役に立ちましたか?