Claude Desktop¶
Two ways to install — the extension is the comfortable one.
Option A — Desktop Extension (recommended)¶
Claude Desktop supports one-click local MCP servers as Desktop Extensions (.mcpb bundles).
- Download the latest
imgflip-mcp-*.mcpbfrom the releases page. - Double-click the file, or use Settings → Extensions → Install extension…
- Fill in the configuration form:
- Imgflip username / Imgflip password — stored in your OS keychain, not in a config file
- Enable Premium tools — leave off unless your account has API Premium
That's it. No JSON, no terminal.
Building the bundle yourself
Option B — manual JSON config¶
-
Open Settings → Developer → Edit Config. This opens (or creates)
claude_desktop_config.json: -
Add the server under
mcpServers:{ "mcpServers": { "imgflip": { "command": "npx", "args": ["-y", "imgflip-mcp"], "env": { "IMGFLIP_USERNAME": "your-username", "IMGFLIP_PASSWORD": "your-password" } } } }Add
"IMGFLIP_PREMIUM": "true"toenvif you have API Premium. -
Fully restart Claude Desktop — quit from the tray/menu bar, don't just close the window.
Verify¶
Open a new chat: the Imgflip tools appear in the tools menu (🔌 icon). Try:
"Make a 'This Is Fine' meme about our flaky CI pipeline."
The finished meme renders directly in the chat.