Ombi (MCP Server)

GitHub

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Ombi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Ombi"
      ]
    }
  }
}