jellyfin-mcp
All checks were successful
CI / Flake Check (push) Successful in 45s
CI / Build Individual Packages (academic-search-mcp-server) (push) Successful in 1m8s
CI / Build Individual Packages (duckduckgo-mcp-server) (push) Successful in 48s
CI / Build Individual Packages (manim-mcp-server) (push) Successful in 1m6s
CI / Build Individual Packages (kindly-web-search-mcp-server) (push) Successful in 2m5s
CI / Build Individual Packages (pdf-reader-mcp) (push) Successful in 1m3s
CI / Build Individual Packages (zotero-mcp) (push) Successful in 1m44s
CI / Build Individual Packages (rust-research-mcp) (push) Successful in 6m31s

This commit is contained in:
2026-04-13 21:14:28 +02:00
parent 4afdd64164
commit 7c5ea9129d
4 changed files with 46 additions and 0 deletions

View File

@@ -82,6 +82,15 @@
"SABNZBD_API_KEY": "PLACEHOLDER",
"SABNZBD_MCP_TRANSPORT": "stdio"
}
},
"jellyfin": {
"type": "local",
"command": ["jellyfin-mcp"],
"enabled": true,
"environment": {
"JELLYFIN_URL": "PLACEHOLDER",
"JELLYFIN_API_KEY": "PLACEHOLDER"
}
}
}
}