4 months ago
A Model Context Protocol (MCP) server built for Nero AI, offering seamless access to a full suite of AI-powered image processing tools — including high-fidelity upscaling, photo restoration, noise reduction, background removal, colorization, and intelligent compression. Ideal for enhancing old or low-resolution images, streamlining creative workflows, and powering modern image editing pipelines with fast, reliable, and high-quality results.
Overview
Supported Functions
- image_upscaler – High-quality image upscaling using AI super-resolution.
- scratch_fix – Remove scratches and restore damaged photos.
- colorize_photo – Turn black and white photos into color.
- face_restoration – Restore blurry or old faces with AI enhancement.
- background_remover – Remove image backgrounds with precision.
- background_changer – Replace image backgrounds with custom ones.
- image_denoiser – Reduce noise and grain for clearer images.
- image_compressor – Compress image size while maintaining quality.
- get_api_key_info – Retrieve your API key information.
Server Config
{
"mcpServers": {
"nero-ai": {
"command": "npx",
"args": [
"-y",
"@nero-ai/nero-ai-mcp-server"
],
"env": {
"NERO_AI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}