Supports deployment as a Docker container, with configuration options for secure connection to Synology services.
Uses .env files for configuration management, allowing secure storage of Synology credentials and connection settings.
Available as an npm package for easy installation and integration into Node.js environments.
Provides tools for interacting with Synology Download Station, enabling management of downloads, searching for torrents, and monitoring download statistics on a Synology NAS.
Synology Download Station MCP Server
A Model Context Protocol (MCP) server that provides tools for interacting with Synology Download Station. This server enables AI assistants to manage downloads, search for torrents, and monitor download statistics on your Synology NAS.
Features
- Download Management: List, create, pause, resume, and delete download tasks
- Torrent Search: Search for torrents using multiple search engines
- Statistics: Monitor real-time download/upload speeds
- Detailed Information: Get comprehensive details about downloads including peers, trackers, and file lists
Installation
Using npm
Using Docker
Configuration
Create a .env
file with your Synology credentials:
Available Tools
list_downloads
List all download tasks with their current status.
Parameters:
offset
(number, optional): Starting position for results (default: 0)limit
(number, optional): Maximum number of results, -1 for all (default: 50)includeDetails
(boolean, optional): Include detailed information (default: false)
get_download_info
Get detailed information about specific download tasks.
Parameters:
ids
(string[], required): Array of task IDs to get info for
create_download
Create a new download task from URL, magnet link, or torrent file.
Parameters:
uri
(string, required): URL, magnet link, or file path to downloaddestination
(string, optional): Destination folder on the NAS
pause_downloads
Pause one or more download tasks.
Parameters:
ids
(string[], required): Array of task IDs to pause
resume_downloads
Resume one or more paused download tasks.
Parameters:
ids
(string[], required): Array of task IDs to resume
delete_downloads
Delete one or more download tasks.
Parameters:
ids
(string[], required): Array of task IDs to deleteforceComplete
(boolean, optional): Force move incomplete files to destination (default: false)
search_torrents
Search for torrents using enabled search modules with intelligent timeout handling.
Parameters:
keyword
(string, required): Search keywordwaitForResults
(boolean, optional): Wait for search to complete (default: true)maxWaitTime
(number, optional): Maximum total time to wait for search completion in seconds (default: 30)
Features:
- Polls for results every second
- Resets timeout when new results arrive (progress-based timeout)
- Stops if no new results for 10 seconds
- Returns partial results if search times out
- Includes search metadata (duration, total results, finish status)
check_search_status
Check the status of an ongoing search without waiting.
Parameters:
taskId
(string, required): Search task ID returned from search_torrentscleanAfterCheck
(boolean, optional): Clean up the search task after checking (default: false)
get_search_modules
Get list of available torrent search modules and their status.
get_statistics
Get current download/upload statistics.
Usage with Claude Desktop
Add to your Claude Desktop configuration:
Or if running locally:
Development
Setup
Testing
Security Considerations
- Store credentials securely using environment variables
- Use HTTPS when connecting over untrusted networks
- Consider using a dedicated Synology user with limited permissions
- The Docker container runs as a non-root user for security
Troubleshooting
Connection Issues
- Verify your Synology NAS is accessible from the host
- Check that Download Station is installed and running
- Ensure the user has appropriate permissions in DSM
Authentication Errors
- Verify username and password are correct
- Check if 2-factor authentication is enabled (not currently supported)
- Ensure the account is not disabled
Search Not Working
- Verify BT search modules are enabled in Download Station
- Some search engines may require additional configuration
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
synology-download-mcp
This server cannot be installed
A Model Context Protocol server that enables AI assistants to manage downloads, search for torrents, and monitor download statistics on a Synology NAS.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to interact with SourceSync.ai's knowledge management platform for managing documents, ingesting content from various sources, and performing semantic searches.Last updated -2514
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Confluence content, supporting operations like retrieving, searching, creating, and updating pages and spaces.Last updated -93TypeScriptMIT License
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -16TypeScript
- -securityFlicense-qualityA Model Context Protocol server that extends AI capabilities by providing file system access and management functionalities to Claude or other AI assistants.Last updated -3TypeScript