cutout-pro/cutout-mcp
If you are the rightful owner of cutout-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP stdio Server for cutout.pro API allows users to interact with the cutout.pro service using the Model Context Protocol (MCP) through a command-line interface.
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": ""
}
}
}
}