MCP Server
MCP
io.github.mariokernich/imgflip-mcp
Browse Imgflip meme templates and generate memes (caption images, AI memes) via the Imgflip API
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
By
Comments
Sign in to leave a comment