duplicacy-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@duplicacy-mcpshow me the status of my backup jobs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
duplicacy-mcp
MCP server for administering Duplicacy backups through the duplicacy-web API (the same internal HTTP API the web UI uses). Lets AI clients inspect storages, repositories, schedules and jobs, and create or delete them.
Built with the official Python MCP SDK 2.x (MCPServer, stdio transport).
Tools
Tool | Purpose |
| Schedules, next runs, running jobs |
| Per-repository last-run status |
| Storage existence + details |
| New destination (local path or |
| Remove a storage config (backups kept) |
| Repository IDs in a storage |
| New source → storage pair |
| Remove a repository config (backups kept) |
| Repository include/exclude patterns |
| Daily/weekly schedule containers |
| backup / prune / check jobs within a schedule |
| Enable / disable a schedule |
Related MCP server: duplicacy-mcp
Setup
uv sync
uv run duplicacy-mcpConfiguration via environment:
Variable | Default | Purpose |
|
| duplicacy-web base URL |
|
| Computer name in duplicacy-web |
Client configuration
{
"mcpServers": {
"duplicacy": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/duplicacy-mcp", "run", "duplicacy-mcp"]
}
}
}Notes
The duplicacy-web API is unauthenticated unless an administration token is set in the web UI. Keep the server on a trusted network.
Storage passwords are the repository encryption keys — callers must supply them when creating a storage and store them somewhere safe (e.g. Infisical).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables AI assistants to manage restic backups, including listing snapshots, browsing files, and creating new backups. It provides tools for repository maintenance, data restoration, and applying retention policies through the Model Context Protocol.1
- AlicenseBqualityAmaintenanceMCP server that reads Duplicacy backup metrics from a Prometheus exporter and exposes them to LLMs for monitoring backup status, progress, and health.4492GPL 3.0
- AlicenseAqualityDmaintenanceMCP server for managing Duplicati backups from an LLM.17MIT
- Flicense-qualityBmaintenanceMCP server for AI DevTool workflow, exposing tools and resources for code review, repository chat, and repository operations.1
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SeraphimSerapis/duplicacy_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server