MCP Directory
Back

mcp-server-synology

by atom2ueki · Python · ★ 127

💾 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.

#mcp#mcp-server#synology

Install

pip install git+https://github.com/atom2ueki/mcp-server-synology.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-server-synology": {
      "command": "uvx",
      "args": [
        "git+https://github.com/atom2ueki/mcp-server-synology.git"
      ]
    }
  }
}

From the README

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!** **Basic Configuration (Claude/Cursor only):** **Extended Configuration (Both Claude/Cursor + Xiaozhi):** **One simple command supports both modes:** Add to your Claude Desktop configuration file: **macOS:** **Windows:** Add to your Cursor MCP settings: Add to your Continue configuration (): For Codeium's MCP suppor…
Read full README on GitHub →

Related filesystem servers