Loading MCP server directory, please wait...
MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM.
npx @getmcp/cli add io.github.kcofoni/duplicati-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
DUPLICATI_URLURL of the Duplicati instance (e.g. http://localhost:8200)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kcofoni/duplicati-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DUPLICATI_URL",
"-e",
"DUPLICATI_PASSWORD",
"-e",
"DUPLICATI_READONLY",
"docker.io/kcofoni/duplicati-mcp:v1.0.1"
],
"env": {
"DUPLICATI_URL": "",
"DUPLICATI_PASSWORD": "",
"DUPLICATI_READONLY": ""
}
}
}
}