synology-mcp

jasondillingham/synology-mcp
★ 0 stars Go AI/LLM Updated 1d ago
Synology DSM management MCP server: list/create shared folders (DSM Web API) + read/set NFS exports (SSH). Read/write split from a read-only status MCP.
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": "go",
      "args": [
        "run",
        "github.com/jasondillingham/synology-mcp@latest"
      ]
    }
  }
}

README Excerpt

A Synology DSM **management** MCP server. Lets an agent (Claude Code) list, get, and create shared folders, and read/set NFS exports. Deliberately separate from `homelab-status-mcp`, which stays **read-only**: this one does writes (create folder, set NFS rule), so the read/write split keeps the blast radius of each clear.

Tools (5)

create_shared_folderget_sharelist_nfs_exportslist_sharesset_nfs_export