cutout-mcp

cutout-mcp

0

This project is a Model Context Protocol (MCP) stdio server designed to integrate with the cutout.pro API, facilitating automated tasks that require API access.

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": ""
            }
        }
    }
}