Skip to content
Cursor

Synology NAS for Cursor

io.github.cmeans/mcp-synology

MCP server for Synology NAS — browse files, monitor health, and automate operations

client:Cursor transport:stdio runtime:pypi

Install Synology NAS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-synology": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-synology"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Synology NAS in other clients