synology-mcp

acato/synology-mcp
★ 0 stars Python 🔒 Security Updated today
MCP server wrapping the Synology DSM web API — encapsulates DSM auth quirks, package management, User Home enable, Snapshot Replication, shares, RAID/volume inspection, SSH/network basics. Apache-2.0.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "synology-mcp": {
      "command": "uvx",
      "args": [
        "synology-mcp"
      ]
    }
  }
}

Or install with pip: pip install synology-mcp