Image background remover MCP by cutout.pro
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Image background remover MCP by cutout.proCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.proNPX
{
"mcpServers": {
"cutout-mpc": {
"command": "npx",
"args": [
"-y",
"cutout-mcp@latest"
],
"env": {
"APIKEY": ""
}
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
