Back to MCP Servers
Topaz
AI image enhancement (upscaling, denoising, sharpening) via Topaz Labs API. Supports 8 models including Standard V2, Wonder 2, Bloom, and Recover 3.
multimedia-processapiai
By TopazLabs
Installation
npx -y topaz-mcpConfiguration
{
"mcpServers": {
"topaz-mcp": {
"command": "npx",
"args": ["-y", "topaz-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes