What is the Synology NAS MCP server?
MCP server for Synology NAS — browse files, monitor health, and automate operations
How to install Synology NAS
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-synology": {
"command": "uvx",
"args": [
"mcp-synology"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-synology": {
"command": "uvx",
"args": [
"mcp-synology"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-synology": {
"command": "uvx",
"args": [
"mcp-synology"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-synology": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-synology"
]
}
}
}Claude Code
claude mcp add mcp-synology -- uvx mcp-synologyRelated MCP servers
Clipboard
Active
Read and write the system clipboard — tables, text, code, JSON, URLs, images, and more.
4
View repository →Python
Apache-2.0