# Plex MCP Server Configuration # Plex Media Server URL (include port, typically 32400) PLEX_URL=http://localhost:32400 # Plex authentication token # Obtain from: https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ PLEX_TOKEN=your-plex-token-here # Unique client identifier for this MCP instance PLEX_CLIENT_ID=plex-mcp-server # Server port (optional, defaults to 8000) PORT=8000