Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Cleanuparr

БесплатноНе проверен

MCP server that exposes Cleanuparr's REST API for inspecting status, history, statistics, jobs, and configuration, enabling natural language interaction with Cl

GitHubEmbed

Описание

MCP server that exposes Cleanuparr's REST API for inspecting status, history, statistics, jobs, and configuration, enabling natural language interaction with Cleanuparr.

README

An MCP server exposing Cleanuparr's REST API as tools for inspecting status, history, statistics, jobs, and configuration.

Requirements

  • Cleanuparr with its REST API enabled
  • An API key from Cleanuparr
  • Python 3.11+ and uv for source development

Configuration

Variable Required Description
CLEANUPARR_URL Yes Cleanuparr URL, including any reverse-proxy BASE_PATH; the server appends /api.
CLEANUPARR_API_KEY Usually API key sent as X-Api-Key. Health endpoints can be used without it when permitted.

Install a built wheel and register it with Claude Code:

uv tool install cleanuparr_mcp-*.whl
claude mcp add cleanuparr \
  --env CLEANUPARR_URL=https://cleanuparr.example.com \
  --env CLEANUPARR_API_KEY=your-api-key \
  -- cleanuparr-mcp

For a source checkout:

uv sync
claude mcp add cleanuparr \
  --env CLEANUPARR_URL=https://cleanuparr.example.com \
  --env CLEANUPARR_API_KEY=your-api-key \
  -- uv run --directory /path/to/cleanuparr-mcp cleanuparr-mcp

Tools

The server exposes the full practical Cleanuparr API surface:

  • Health and status: health, readiness, detailed health, health checks, system, *arr, and download-client status.
  • Jobs: list, inspect, trigger, start, and schedule jobs.
  • History: events, manual events, strikes, timelines, stats, Seeker search events, and custom-format scores.
  • Configuration: general, *arr instances, download clients, queue rules, queue/download cleaners, dead torrents, orphaned/unlinked files, seeding rules, malware blocker, Seeker, blacklist sync, and notifications.

Write tools are marked destructive where appropriate. Cleanuparr returns 503 when its configuration database is busy; this server does not retry and instead returns the upstream error to the MCP client.

Request bodies are pass-through JSON dictionaries matching the DTOs in the running Cleanuparr version. Sensitive update fields should use Cleanuparr's placeholder value to preserve an existing secret. Do not place real API keys, passwords, or notification tokens in prompts.

Development

make sync
make test
make test-integration   # requires CLEANUPARR_URL and optionally CLEANUPARR_API_KEY
make build

The offline tests use httpx.MockTransport; integration tests are skipped by default.

from github.com/SavageCore/cleanuparr-mcp

Установка Cleanuparr

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/SavageCore/cleanuparr-mcp

FAQ

Cleanuparr MCP бесплатный?

Да, Cleanuparr MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Cleanuparr?

Нет, Cleanuparr работает без API-ключей и переменных окружения.

Cleanuparr — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Cleanuparr в Claude Desktop, Claude Code или Cursor?

Открой Cleanuparr на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Cleanuparr with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development