Odel
adclip

adclip

Local
@dreliq9PythonMITUpdated 2w ago

Ad creative generation via MCP — copy and static images from a JSON brief. Keyless.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIadclipv0.1.1

Run

uvx adclip

MCP client config

{
  "mcpServers": {
    "adclip": {
      "command": "uvx",
      "args": [
        "adclip"
      ]
    }
  }
}