mcp.film

mcp.film / Upscaling & Enhancement / Topaz Labs MCP

Topaz Labs MCP

Officialby Topaz Labscreditsverified Aug 13, 2026

Official Topaz Labs MCP — enhance and upscale images with Topaz AI models.

What it does

Topaz Labs' own MCP server: send an image path or URL, get back an enhanced/upscaled version from one of 8 Topaz models — four standard (Standard V2, Low Resolution V2, CGI, High Fidelity V2) and four generative (Redefine, Recover 3, Standard MAX, Wonder 2) — defaulting to Standard V2 with auto-upscale to 2K. The official path to Topaz-grade enhancement for stills, plates, and frames in an agent pipeline.

Connect

Claude Code
claude mcp add topaz -e TOPAZ_API_KEY=YOUR_KEY -- npx -y @topazlabs/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "topaz": {
      "command": "npx",
      "args": [
        "-y",
        "@topazlabs/mcp"
      ],
      "env": {
        "TOPAZ_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "topaz": {
      "command": "npx",
      "args": [
        "-y",
        "@topazlabs/mcp"
      ],
      "env": {
        "TOPAZ_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}

Tools you'll see

image-enhance

Field notes

Official, MIT, TypeScript — and dormant: v0.1.14 on npm and the last repo commit both date to 16 Feb 2026, six months ago, with 5 stars. It still installs and runs, but nobody is extending it. IMAGE ONLY — the README still says video is 'not yet supported' via MCP even though Topaz's developer API covers Video AI, Photo AI, and Gigapixel, and HTTP streaming transport is also listed as unsupported, so remote and web clients are out. One tool, image-enhance, taking a local path or URL: a filesystem-capable client is required (Claude Code, Cursor, Windsurf, VS Code — not Claude's browser chat). For Topaz VIDEO upscaling today, go around it to the Topaz models hosted on fal.ai via the fal MCP (fal-ai/topaz/upscale/video, $0.01–0.08 per second of output depending on resolution).

Pairs well with