PluginBench
MCP Server
Maintained
MIT

io.github.dreliq9/adclip MCP Server

io.github.dreliq9/adclip

What is the io.github.dreliq9/adclip MCP server?

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

How to install io.github.dreliq9/adclip

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "adclip": {
      "command": "uvx",
      "args": [
        "adclip"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "adclip": {
      "command": "uvx",
      "args": [
        "adclip"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "adclip": {
      "command": "uvx",
      "args": [
        "adclip"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "adclip": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adclip"
      ]
    }
  }
}
Claude Code
claude mcp add adclip -- uvx adclip

Related MCP servers

CAiD MCP Server

Maintained

Validated 3D CAD modeling for AI agents via CAiD + OCCT. 107 tools across 22 modules.

2
Python
MIT
View repository →

Final Cut Pro MCP — 88 tools: FCPXML engine, live FCP control, media analysis, puppets.

2
Python
MIT
View repository →