SYNOLOGY/MCP.
Install
← Home
◆ Module

MailPlus.

Read inboxes. Send, move, and mark messages by intent. Triage your mail without leaving the agent — through the official MailPlus REST API.

6
Tools
3
Read
3
Write
v3.3.1+
MailPlus
◆ Tool reference
Tool
Signature
Description
mailplus_list_folders
()
READ
mailplus_list_messages
({ folder, unread?, from?, limit? })
READ
mailplus_get_message
({ messageId, includeBody? })
READ
mailplus_send_message
({ to, subject, body, confirm })
WRITE
mailplus_move_messages
({ messageIds, destFolder, confirm })
WRITE
mailplus_mark_messages
({ messageIds, flags, confirm })
WRITE
◆ Example call

Triage unread messages from the ops team.

// User asks: "show me unread from ops"
await mailplus_list_messages({
folder: "INBOX",
unread: true,
from: "[email protected]",
})
→ 3 messages · 28ms
Q3 budget review · 2h ago
Re: deployment window · 4h ago
Postmortem schedule · yesterday
◆ Requires
  • 01Synology MailPlus Server 3.3.1+
  • 02DSM 7.2.2 build 72806+
  • 03IMAP enabled in MailPlus
◆ Other modules
11 tools
Drive.
13 tools
Spreadsheet.
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