Skip to content

A plugin for generating memes using predefined templates with text overlays.

License

Notifications You must be signed in to change notification settings

hyper-mcp-rs/meme-generator-plugin

Repository files navigation

meme_generator

A plugin for generating memes using predefined templates with text overlays.

What it does

Generates memes by overlaying customized text on predefined meme templates in classic meme style. The plugin supports various text styles, alignments, and positioning based on template configurations.

Usage

Call with:

{
  "plugins": [
    {
      "name": "meme_generator",
      "path": "oci://ghcr.io/hyper-mcp-rs/meme-generator-plugin:latest"
    }
  ]
}

The plugin provides the following tools:

meme_list_templates

Lists all available meme templates.

meme_get_template

Gets details about a specific meme template.

Parameters:

  • template_id: The ID of the template to retrieve

meme_generate

Generates a meme using a template and custom text.

Parameters:

  • template_id: The ID of the template to use
  • texts: Array of text strings to place on the meme according to the template configuration

Each template can have specific configurations for:

  • Text positioning and alignment
  • Font scaling and style (uppercase/normal)
  • Text color
  • Multiple text overlays

The generated output is a PNG image with the text overlaid on the template according to the specified configuration.

About

A plugin for generating memes using predefined templates with text overlays.

Topics

Resources

License

Stars

Watchers

Forks

Packages