moviepilot-api

Installation
SKILL.md

MoviePilot REST API

All script paths are relative to this skill file.

Use scripts/mp-api.py to call any MoviePilot REST API endpoint directly.

Setup

Configure the backend host and API key (persisted to ~/.config/moviepilot_api/config):

python scripts/mp-api.py configure --host http://localhost:3000 --apikey <API_TOKEN>

The API key is the API_TOKEN value from MoviePilot settings.

How to Call APIs

General syntax

Installs
89
GitHub Stars
11.2K
First Seen
Mar 26, 2026
moviepilot-api — jxxghp/moviepilot