Skip to content
VS Code

jellyfin mcp for VS Code

io.github.mrfentmen/jellyfin-mcp

MCP server for Jellyfin: server info, users, libraries. Works with any self-hosted instance.

client:VS Code transport:stdio runtime:npm

Install jellyfin mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "jellyfin-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/jellyfin-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jellyfin mcp in other clients