← Back to Plugins
MCP Server MCP

io.github.mariokernich/imgflip-mcp

github By github 👁 1 views ▲ 0 votes

Browse Imgflip meme templates and generate memes (caption images, AI memes) via the Imgflip API

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "imgflip-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Imgflip account username (free account, https://imgflip.com/signup)",
          "isRequired": true,
          "name": "IMGFLIP_USERNAME"
        },
        {
          "description": "Imgflip account password",
          "isRequired": true,
          "isSecret": true,
          "name": "IMGFLIP_PASSWORD"
        },
        {
          "description": "Set to 'true' to enable the optional Imgflip API Premium tools (search_memes, get_meme, caption_gif, automeme, ai_meme)",
          "default": "false",
          "name": "IMGFLIP_PREMIUM"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...