Back to Nodes

Tautulli

Last updated Jul 21, 2026

n8n community node for Tautulli (Plex monitoring) via its v2 API

444 Weekly Downloads
444 Monthly Downloads

Included Nodes

Tautulli

Description

Tautulli

n8n-nodes-tautulli

![npm version](https://www.npmjs.com/package/n8n-nodes-tautulli)
![npm downloads](https://www.npmjs.com/package/n8n-nodes-tautulli)
![License: MIT](./LICENSE)
![n8n verified](https://docs.n8n.io/integrations/community-nodes/installation/verified-install/)

Community node for n8n to query a Tautulli Plex monitoring
server through its v2 API.

> ✅ Verified community node — installable directly from the n8n node panel
> (self-hosted and n8n Cloud).

Installation

This is a verified community node: in n8n click + (Add node), search for
Tautulli, and add it — no manual install needed.

Manual install (older n8n, or as an unverified package)

Go to Settings → Community Nodes → Install and enter n8n-nodes-tautulli.

Operations

| Operation | Tautulli command |
|—|—|
| Get Activity | get_activity |
| Get History | get_history |
| Get Home Stats | gethomestats |
| Get Libraries | get_libraries |
| Get Users | get_users |
| Get Server Info | getserverinfo |

The node unwraps Tautulli’s response.data envelope automatically.

Credentials

Create a Tautulli API credential:

  • Base URL — e.g. http://tautulli:8181.
  • API Key — Tautulli → Settings → Web Interface → API Key. Sent as the apikey query parameter.

Usage example

Read current Plex activity:

1. Add the node after a trigger (e.g. When clicking ‘Test workflow’).
2. Select your credential.
3. Get Activity (cmd=get_activity).
4. Execute the node — example output:

{ "stream_count": "1", "sessions": [ { "user": "jdoe", "title": "Dune", "state": "playing" } ] }

Disclaimer

This project isn’t affiliated with or endorsed by the Tautulli project. Tautulli is the
property of its respective authors.