← Back to Plugins
MCP Server MCP

io.github.smythmyke/markitup-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "markitup-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key minted at https://markitup.app/dashboard/. Required.",
          "isRequired": true,
          "isSecret": true,
          "name": "MARKITUP_API_KEY"
        },
        {
          "description": "Override the API base URL. Default: https://markitup.app/api/v1",
          "name": "MARKITUP_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...