n8n-nodes-tautulli
v0.1.4
Published
n8n community node for Tautulli (Plex monitoring) via its v2 API
Maintainers
Readme
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.
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 | get_home_stats |
| Get Libraries | get_libraries |
| Get Users | get_users |
| Get Server Info | get_server_info |
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:
- Add the node after a trigger (e.g. When clicking 'Test workflow').
- Select your credential.
- Get Activity (cmd=get_activity).
- 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.
