imgflip mcp for Claude Desktop
io.github.mariokernich/imgflip-mcp
Browse Imgflip meme templates and generate memes (caption images, AI memes) via the Imgflip API
client:Claude Desktop
transport:stdio
runtime:npm
Install imgflip mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"imgflip-mcp": {
"command": "npx",
"args": [
"-y",
"imgflip-mcp"
],
"env": {
"IMGFLIP_USERNAME": "<IMGFLIP_USERNAME>",
"IMGFLIP_PASSWORD": "<IMGFLIP_PASSWORD>",
"IMGFLIP_PREMIUM": "<IMGFLIP_PREMIUM>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs