adclip for VS Code
io.github.dreliq9/adclip
Ad creative generation via MCP — copy and static images from a JSON brief. Keyless.
client:VS Code
transport:stdio
runtime:pypi
Install adclip in VS Code
.vscode/mcp.json
{
"servers": {
"adclip": {
"type": "stdio",
"command": "uvx",
"args": [
"adclip"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs