A plugin for generating memes using predefined templates with text overlays.
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.
Call with:
{
"plugins": [
{
"name": "meme_generator",
"path": "oci://ghcr.io/hyper-mcp-rs/meme-generator-plugin:latest"
}
]
}The plugin provides the following tools:
Lists all available meme templates.
Gets details about a specific meme template.
Parameters:
template_id: The ID of the template to retrieve
Generates a meme using a template and custom text.
Parameters:
template_id: The ID of the template to usetexts: 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.