TopazLabs/topaz-mcp
AI image enhancement (upscaling, denoising, sharpening) via Topaz Labs API. Supports 8 models including Standard V2, Wonder 2, Bloom, and Recover 3.
Quick Start
Clone the repository:
git clone https://github.com/TopazLabs/topaz-mcpClaude Desktop configuration example:
{
"mcpServers": {
"topaz-mcp": {
"command": "npx",
"args": [
"-y",
"TopazLabs/topaz-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.