jellyfin mcp for Zed
io.github.mrfentmen/jellyfin-mcp
MCP server for Jellyfin: server info, users, libraries. Works with any self-hosted instance.
client:Zed
transport:stdio
runtime:npm
Install jellyfin mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jellyfin-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/jellyfin-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs