Image background remover MCP by cutout.pro

by cutout-pro

215 downloads
Not rated
GitHub

About

# MCP stdio Server for cutout.pro api ## Set up ### APIKEY Register and get apikey from https://www.cutout.pro ### NPX ``` { "mcpServers": { "cutout-mpc": { "command": "npx", "args": [ "-y", "cutout-mcp@latest" ], "env": { "APIKEY": "" } } } } ```

Details

Author
cutout-pro
Downloads
215
Categories
Media

- Integrates with the cutout.pro background removal API
- Simple stdio-based MCP server setup
- Authentication via an API key environment variable
- Runs on demand via npx without explicit installation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Image background remover MCP by cutout.pro
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Obtain an API key from cutout.pro. Configure the server in your MCP client by specifying the npx command with the package cutout-mcp@latest and the environment variable APIKEY set to your key.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "image background remover mcp by cutout.pro": {
            "cutout-mpc": {
                "command": "npx",
                "args": [
                    "-y",
                    "cutout-mcp@latest"
                ],
                "env": {
                    "APIKEY": ""
                }
            }
        }
    }
}

McpServers

{
    "cutout-mpc": {
        "command": "npx",
        "args": [
            "-y",
            "cutout-mcp@latest"
        ],
        "env": {
            "APIKEY": ""
        }
    }
}

MCP stdio Server for cutout.pro api

Set up

APIKEY

Register and get apikey from https://www.cutout.pro

NPX

{
    "mcpServers": {
        "cutout-mpc": {
            "command": "npx",
            "args": [
                "-y",
                "cutout-mcp@latest"
            ],
            "env": {
                "APIKEY": ""
            }
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.