Description
n8n-nodes-tautulli




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
apikeyquery 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.