Aggregates user access across multiple Plex accounts and provides tools for fuzzy user lookup and login token generation.
The Plex Account Finder acts as a Model Context Protocol server, designed to streamline the management of multiple Plex accounts. It connects to all configured Plex accounts, aggregates server user access data, and offers powerful tools to quickly look up users by various identifiers. Additionally, it facilitates the generation of new Plex authentication tokens via a PIN-based flow, making it easier to manage and integrate with new Plex instances programmatically. Built on the official Plex APIs using the `smithery` TypeScript runtime, it includes configurable caching for efficient operation.
Key Features
01Generate and poll PIN-based Plex authentication URLs to capture new tokens.
02Discover Plex Media Servers across every configured account token.
03Configurable caching to optimize repeated queries and avoid hammering Plex endpoints.
04Fuzzy search for users by email, username, or display name across all servers.
05Validate account connectivity and list owned/shared servers.
060 GitHub stars
Use Cases
01Programmatically generating and capturing new Plex API authentication tokens.
02Centralized management and lookup of users across multiple Plex accounts.
03Integrating Plex account and server data into custom applications or workflows.