@pipeworx/mcp-imgflip
v1.0.0
Published
MCP server for popular meme templates via Imgflip API
Downloads
124
Maintainers
Readme
mcp-imgflip
MCP server for popular meme templates via the Imgflip API. No authentication required.
Tools
| Tool | Description |
|------|-------------|
| get_memes | Get the top 100 most popular meme templates |
Quickstart (Pipeworx Gateway)
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "imgflip_get_memes",
"arguments": {}
},
"id": 1
}'License
MIT
