drio
Open app

WebPerfect MCP Server

Source

webperfect-mcp-server

Catalog onlyCatalog onlySTDIO

Overview

WebPerfect MCP Server is an intelligent server designed for processing and optimizing web-ready images through a fully automated batch pipeline.

To use the server, clone the repository, install the dependencies, build the server, and configure it within your Claude MCP settings to process images.

  • Advanced image processing pipeline with noise reduction and auto levels/curves. - JPEG artifact removal and 4K resizing capabilities. - Smart sharpening with shadow/highlight enhancement. - Optimized WebP conversion for smaller file sizes without quality loss.
  1. Automating the optimization of images for web use.
  2. Enhancing image quality for digital solutions.
  3. Processing large batches of images efficiently.

Add to your AI client

Use these steps to connect WebPerfect MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "webperfect-mcp-server-splendasucks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webperfect-mcp-server-splendasucks"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "webperfect-mcp-server-splendasucks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webperfect-mcp-server-splendasucks"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "webperfect-mcp-server-splendasucks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webperfect-mcp-server-splendasucks"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "webperfect-mcp-server-splendasucks": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webperfect-mcp-server-splendasucks"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "webperfect-mcp-server-splendasucks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webperfect-mcp-server-splendasucks"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "webperfect-mcp-server-splendasucks": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webperfect-mcp-server-splendasucks"
      ]
    }
  }
}

FAQ

What are the system requirements?

Node.js >= 16 and Sharp image processing library are required.

Can I use it with other image formats?

Yes, it supports various formats including JPEG and PNG.

Is there a license for this project?

Yes, it is licensed under MIT.