Skip to content
Cursor

jellyfin mcp for Cursor

io.github.mrfentmen/jellyfin-mcp

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

client:Cursor transport:stdio runtime:npm

Install jellyfin mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jellyfin mcp in other clients