HomeMarketing & E-Commerce › markitup-mcp-server

markitup-mcp-server

MarkItUp AI image annotation and marketing-visual generator (variations, outpaint, bg-removal).

TypeScript Cloud
★ 2 stars Last pushed 2026-06-08 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "markitup-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "MARKITUP_API_KEY": "<YOUR_VALUE>",
        "MARKITUP_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • MARKITUP_API_KEY required secret — API key minted at https://markitup.app/dashboard/. Required.
  • MARKITUP_API_BASE — Override the API base URL. Default: https://markitup.app/api/v1

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry