3 months ago
Many new actions related to your plex library (see what you have, get suggested filenames, get media-info)
Server Config
{
"mcpServers": {
"plex": {
"command": "uvx",
"args": [
"--from",
"aitorrent",
"aitorrent-plex"
],
"env": {
"PLEX_URL": "http://localhost:32400",
"PLEX_TOKEN": "your_plex_token_here",
"TMDB_API_KEY": "your_tmdb_api_key_here"
}
}
}
}