duplicati-mcp
Rank #45,542io.github.kcofoni/duplicati-mcp
MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM.
duplicati-mcp is a Model Context Protocol (MCP) server published by kcofoni. It ranks #45,542 of 132,113 servers tracked on MCP Toplist. duplicati-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on May 10, 2026 and most recently updated on May 14, 2026.
Ranks ahead of 86,571 of 132,113 servers on MCP Toplist.
Use duplicati-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add duplicati-mcp -e "DUPLICATI_URL=<your DUPLICATI_URL>" -e "DUPLICATI_PASSWORD=<your DUPLICATI_PASSWORD>" -e "DUPLICATI_READONLY=<your DUPLICATI_READONLY>" -e "DUPLICATI_DB_PATH=<your DUPLICATI_DB_PATH>" -- docker run -i --rm docker.io/kcofoni/duplicati-mcp:v1.1.1Replace each placeholder with your own value before saving.
[mcp_servers.duplicati-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/kcofoni/duplicati-mcp:v1.1.1"]
[mcp_servers.duplicati-mcp.env]
DUPLICATI_URL = "<your DUPLICATI_URL>"
DUPLICATI_PASSWORD = "<your DUPLICATI_PASSWORD>"
DUPLICATI_READONLY = "<your DUPLICATI_READONLY>"
DUPLICATI_DB_PATH = "<your DUPLICATI_DB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"duplicati-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/duplicati-mcp:v1.1.1"
],
"env": {
"DUPLICATI_URL": "<your DUPLICATI_URL>",
"DUPLICATI_PASSWORD": "<your DUPLICATI_PASSWORD>",
"DUPLICATI_READONLY": "<your DUPLICATI_READONLY>",
"DUPLICATI_DB_PATH": "<your DUPLICATI_DB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"duplicati-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/duplicati-mcp:v1.1.1"
],
"env": {
"DUPLICATI_URL": "<your DUPLICATI_URL>",
"DUPLICATI_PASSWORD": "<your DUPLICATI_PASSWORD>",
"DUPLICATI_READONLY": "<your DUPLICATI_READONLY>",
"DUPLICATI_DB_PATH": "<your DUPLICATI_DB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"duplicati-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/duplicati-mcp:v1.1.1"
],
"env": {
"DUPLICATI_URL": "<your DUPLICATI_URL>",
"DUPLICATI_PASSWORD": "<your DUPLICATI_PASSWORD>",
"DUPLICATI_READONLY": "<your DUPLICATI_READONLY>",
"DUPLICATI_DB_PATH": "<your DUPLICATI_DB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"duplicati-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/duplicati-mcp:v1.1.1"
],
"env": {
"DUPLICATI_URL": "<your DUPLICATI_URL>",
"DUPLICATI_PASSWORD": "<your DUPLICATI_PASSWORD>",
"DUPLICATI_READONLY": "<your DUPLICATI_READONLY>",
"DUPLICATI_DB_PATH": "<your DUPLICATI_DB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"duplicati-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/duplicati-mcp:v1.1.1"
],
"env": {
"DUPLICATI_URL": "<your DUPLICATI_URL>",
"DUPLICATI_PASSWORD": "<your DUPLICATI_PASSWORD>",
"DUPLICATI_READONLY": "<your DUPLICATI_READONLY>",
"DUPLICATI_DB_PATH": "<your DUPLICATI_DB_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kcofoni%2Fduplicati-mcp)<a href="https://mcptoplist.com/server/io.github.kcofoni%2Fduplicati-mcp"><img src="https://mcptoplist.com/badge/io.github.kcofoni%2Fduplicati-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kcofoni
Other servers by kcofoni
View all kcofoni servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.1 | May 14, 2026 |
| 1.0.1 | May 13, 2026 |
| 1.0.0 | May 13, 2026 |
Frequently asked questions
- Who maintains duplicati-mcp?
- duplicati-mcp is maintained by kcofoni, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is duplicati-mcp listed on the Official MCP Registry?
- Yes — duplicati-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does duplicati-mcp have?
- MCP Toplist tracks 3 versions of duplicati-mcp, most recently published on May 14, 2026.
- Where can I find the source code for duplicati-mcp?
- The source code for duplicati-mcp is hosted at github.com/kcofoni/duplicati-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.