Synology NAS
πΎ 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 comprehen
What is Synology NAS?
Synology NAS is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to πΎ 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 do...
πΎ 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 comprehen
This server falls under the File Systems category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- πΎ Model Context Protocol (MCP) server for Synology NAS - Ena
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx synologyConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Synology NAS
The Synology MCP Server is a Python-based bridge that lets AI assistants such as Claude, Cursor, and Continue directly manage a Synology NAS through its DSM web API. It covers file operations (list, create, move, rename, delete), Download Station task management (add URLs and magnet links, pause/resume), and system health monitoring (CPU, memory, disk SMART, network, UPS, and service status) β all through natural language without needing to open the Synology web interface.
Prerequisites
- A Synology NAS running DSM with the File Station and Download Station packages enabled
- Docker and Docker Compose installed on the machine running the MCP server, or Python 3.10+
- A dedicated Synology account (without two-factor authentication) for API access
- The NAS URL (e.g., http://192.168.1.100:5000), username, and password
- An MCP-compatible client such as Claude Desktop, Cursor, or Continue
Clone the repository
Clone the mcp-server-synology repository to the machine that will run the MCP server. This can be your local machine or a Docker host.
git clone https://github.com/atom2ueki/mcp-server-synology.git
cd mcp-server-synologyConfigure environment variables
Copy the example environment file and fill in your NAS connection details. The SYNOLOGY_URL must be reachable from the server running the MCP process.
cp env.example .env
# Edit .env and set:
# SYNOLOGY_URL=http://192.168.1.100:5000
# SYNOLOGY_USERNAME=your_nas_user
# SYNOLOGY_PASSWORD=your_nas_password
# AUTO_LOGIN=true
# VERIFY_SSL=falseStart the server with Docker Compose
Build and start the container. The MCP server will launch and authenticate against your NAS automatically if AUTO_LOGIN is set to true.
docker-compose up -d --buildConfigure Claude Desktop
Add the synology server to your claude_desktop_config.json, pointing to the docker-compose file. Adjust the path to match where you cloned the repository.
{
"mcpServers": {
"synology": {
"command": "docker-compose",
"args": ["-f", "/path/to/mcp-server-synology/docker-compose.yml", "run", "--rm", "synology-mcp"],
"cwd": "/path/to/mcp-server-synology"
}
}
}Verify connection and try file operations
Restart Claude Desktop and ask it to list files on your NAS or check system health. The server reads credentials from the .env file and connects to your NAS on each request.
Synology NAS Examples
Client configuration
Claude Desktop configuration for the Synology MCP Server using Docker Compose.
{
"mcpServers": {
"synology": {
"command": "docker-compose",
"args": ["-f", "/path/to/mcp-server-synology/docker-compose.yml", "run", "--rm", "synology-mcp"],
"cwd": "/path/to/mcp-server-synology"
}
}
}Prompts to try
Example prompts for managing your Synology NAS through Claude.
- "List all files in /volume1/documents and show their sizes"
- "Add this torrent magnet link to Download Station and save to /volume1/downloads"
- "Check the CPU and memory usage on my NAS right now"
- "Create a folder called 'Projects/2026' in /volume1/shared and move all .zip files there"
- "Show me the SMART health status of all disks on the NAS"Troubleshooting Synology NAS
Authentication fails with 'Invalid username or password'
Ensure the Synology account does not have two-factor authentication enabled β the API does not support 2FA. Verify SYNOLOGY_URL is reachable from the Docker container (not localhost if NAS is on a different host). Check that the DSM user has File Station and Download Station permissions.
SSL certificate errors when VERIFY_SSL is true
Synology NAS units often use self-signed certificates. Set VERIFY_SSL=false in your .env file for home network setups, or install a valid certificate in DSM under Control Panel > Security > Certificate.
Docker Compose command not found in Claude Desktop
Claude Desktop may not inherit your shell PATH. Use the absolute path to docker-compose in the command field, e.g., /usr/local/bin/docker-compose. Run which docker-compose in a terminal to find the full path.
Frequently Asked Questions about Synology NAS
What is Synology NAS?
Synology NAS is a Model Context Protocol (MCP) server that πΎ 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 comprehen It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Synology NAS?
Follow the installation instructions on the Synology NAS GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Synology NAS?
Synology NAS works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Synology NAS free to use?
Yes, Synology NAS is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Synology NAS Alternatives β Similar File Systems Servers
Looking for alternatives to Synology NAS? Here are other popular file systems servers you can use with Claude, Cursor, and VS Code.
Electerm
β 14.1kπ»Terminal/ssh/sftp/ftp/telnet/serialport/RDP/VNC/Spice client(linux, mac, win)
Plik
β 1.8kPlik is a temporary file upload system (Wetransfer like) in Go.
Kordoc
β 957An MCP server that parses South Korean document formats like HWP, HWPX, and PDF into Markdown. It features specialized table reconstruction and security-hardened extraction optimized for administrative and public institution files.
macOS Automator
β 801A Model Context Protocol server that enables execution of AppleScript and JavaScript for Automation scripts on macOS, allowing programmatic control of applications and system functions through a rich knowledge base of pre-defined scripts.
PDF Reader
β 723Enables reading, searching, and metadata extraction from PDF files without loading the entire content into the context window. It provides efficient tools for text cleaning, page-specific extraction, and context-aware search results.
Filesystem MCP Server
β 643Provides comprehensive filesystem operations (read, write, list, create, delete, move files and directories) through the Model Context Protocol with Streamable HTTP transport and built-in security through configurable root directory restrictions.
Browse More File Systems MCP Servers
Explore all file systems servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Synology NAS in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Synology NAS?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.