SYNOLOGY/MCP.
Install
← Home
◆ Module

Drive.

List, search, upload, label, and share files across your Synology Drive — exposed as 11 typed MCP tools. No DSM browser required.

11
Tools
5
Read
6
Write
v3.5.2+
Drive
◆ Tool reference
Tool
Signature
Description
drive_list_files
({ folder, limit?, cursor? })
READ
drive_search_files
({ query, folder?, limit? })
READ
drive_get_file_info
({ fileId })
READ
drive_download_file
({ fileId, format? })
READ
drive_upload_file
({ folder, name, content, confirm })
WRITE
drive_create_folder
({ parent, name, confirm })
WRITE
drive_move_file
({ fileId, dest, confirm })
WRITE
drive_delete_file
({ fileId, confirm })
WRITE
drive_get_sharing_link
({ fileId, role?, expires? })
READ
drive_list_labels
({ scope? })
READ
drive_add_label
({ fileId, label, confirm })
WRITE
◆ Example call

Find every Q3 strategy doc your team has touched.

// User asks: "find Q3 strategy docs"
await drive_search_files({
query: "Q3 strategy",
folder: "/team-shared",
limit: 20,
})
→ 4 results · 12ms
/team-shared/Q3-strategy.osheet
/team-shared/Q3-roadmap.odoc
/archive/2025/Q3-review.pdf
/team-shared/notes/Q3-kickoff.odoc
◆ Requires
  • 01Synology Drive Server 3.5.2+
  • 02DSM 7.2.2 build 72806+
  • 03Account with Drive access
◆ Other modules
13 tools
Spreadsheet.
6 tools
MailPlus.
7 tools
Calendar.

Move your
NAS forward.

MIT licensed. Open source. Self-hosted from the first byte to the last.

Star on GitHubRead the docs