Skip to main content
Glama
swe-sanad

jdownloader-mcp

by swe-sanad

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYJD_EMAILYesEmail for My.JDownloader account.
MYJD_DEVICEYesDevice name of the JDownloader device.
MYJD_PASSWORDYesPassword for My.JDownloader account.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_linksA

Add URLs to the linkgrabber. autostart=True moves them straight to the download queue once resolved. priority: HIGHEST..LOWEST.

add_containerA

Add a link container (container_type: DLC | RSDF | CCF) by its content.

list_linkgrabberA

List linkgrabber packages+links (online/offline status) and whether JD is still collecting. Use the 'uuid' fields to act on items.

list_downloadsA

List download-queue packages with progress_pct, speed, ETA, status, and save path ('saveTo'). The workhorse for polling.

statusA

Overall download-controller state and aggregate speed (bytes/s).

wait_forA

Bounded poll of one download package (cap 120s). Returns finished/failed/ still_running/not_found — re-call on still_running.

move_to_downloadsB

Promote resolved linkgrabber items to the download queue.

control_downloadsA

Global queue control. action: start | stop | pause | resume.

force_startA

Force the given items to download now, bypassing queue/connection limits.

set_priorityB

Set priority (HIGHEST..LOWEST) on items in the given stage (linkgrabber | downloads).

set_enabledB

Enable/disable items in the given stage (linkgrabber | downloads).

get_directoriesA

Per-package save paths + the default download folder + extraction settings (extension enabled, custom extract path).

set_download_dirC

Set the download directory for the given download-queue packages.

set_extractionC

Toggle the extraction extension and/or set a custom extract path.

removeB

Remove items from a list. from_disk=True (downloads only) also deletes the files from disk.

resetA

Reset download-queue items so they re-download from scratch.

raw_actionA

Call any JD API endpoint not wrapped above (e.g. premium accounts, captcha, reconnect, speed-limit). path like '/downloadsV2/setPriority'; params is the positional argument list that endpoint expects.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/swe-sanad/jdownloader-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server