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.
Tools
image_upscaler
scratch_fix
colorize_photo
face_restoration
background_remover
background_changer
image_denoiser
image_compressor
get_api_key_info
Server Config
{
"mcpServers": {
"nero-ai": {
"command": "npx",
"args": [
"-y",
"@nero-ai/nero-ai-mcp-server"
],
"env": {
"NERO_AI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}