インストール不要。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 + 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.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
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 — アダプターをインストール
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 — ChatGPT にコネクタを追加
ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
Synology DSM - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- 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
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。
次のステップ
このガイドは役に立ちましたか?