💾 Synology MCP Server

by atom2ueki

136 stars
886 downloads
Not rated
GitHub

About

💾 Model Context Protocol (MCP) server for Synology NAS - Enables AI assistants (Claude, Cursor, Continue) to manage files, downloads, and system operations through secure API integration. Features Docker deployment, auto-authentication, and comprehensive file system tools.

Details

Author
atom2ueki
GitHub stars
136
Downloads
886
Categories
File Management, Other, Automation, Developer Tools

- Unified server supports both stdio and WebSocket clients simultaneously
- File system operations: list, search, create, delete, rename, move
- Download Station management: create, pause, resume, delete tasks
- Health monitoring: system info, utilization, disk health, volumes, network, UPS
- Container Manager: list, get, start, stop containers

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 💾 Synology MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, copy env.example to .env, and configure the Synology NAS URL, username, and password. Run with docker-compose up -d (or python main.py for local execution). Then add the server to your MCP client (Claude Desktop, Cursor, Continue, or Codeium) using the provided JSON configuration. For remote access, deploy with the HTTP/SSE image and front with a TLS-terminating reverse proxy.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83d\udcbe synology mcp server": {
            "mcp-server-synology": {
                "command": "python",
                "args": [
                    "main.py"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-synology": {
        "command": "python",
        "args": [
            "main.py"
        ]
    }
}

💾 Synology MCP Server

Synology MCP Server

A Model Context Protocol (MCP) server for Synology NAS devices. Enables AI assistants to manage files and downloads through secure authentication and session management.

🌟 NEW: Unified server supports both Claude/Cursor (stdio) and Xiaozhi (WebSocket) simultaneously!

🚀 Quick Start with Docker

1️⃣ Setup Environment

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.