Meme MCP Server
@haltakov
关于 Meme MCP Server
A simple Model Context Protocol (MCP) server for generating memes using the ImgFlip API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"meme": {
"command": "npx",
"args": [
"-y",
"meme-mcp"
],
"env": {
"IMGFLIP_USERNAME": "<IMGFLIP USERNAME>",
"IMGFLIP_PASSWORD": "<IMGFLIP PASSWORD>"
}
}
}
}工具
3The numeric ID of the meme template to use.
The text for the first placeholder.
The text for the second placeholder.
概览
What is Meme MCP Server?
Meme MCP Server is a Model Context Protocol server that generates meme images using the ImgFlip API. It enables AI models and tools like Claude Desktop to create memes from user prompts.
How to use Meme MCP Server?
Configure the server in your MCP client (e.g., Claude Desktop) using the meme-mcp NPM package. You need a free ImgFlip account; set the IMGFLIP_USERNAME and IMGFLIP_PASSWORD environment variables in your client's MCP config. If npx path issues occur, install the package globally and use the full node path.
Key features of Meme MCP Server
- Generates memes using the ImgFlip API.
- Single tool:
generateMeme. - Accepts parameters:
templateNumericId,text0,text1. - Integrates with Claude Desktop via MCP.
- Requires free ImgFlip account credentials.
Use cases of Meme MCP Server
- Ask an AI assistant to create a custom meme from a text prompt.
- Automate meme generation for social media or marketing content.
- Integrate meme creation into AI-powered chat workflows.
FAQ from Meme MCP Server
What does the generateMeme tool do?
It creates a meme image based on a numeric template ID and two text strings (top and bottom text).
What are the dependencies or runtime requirements?
You need Node.js (with npx or a global install) and a free ImgFlip account to obtain your username and password.
Where does my data live?
Your meme generation requests go to the ImgFlip API. Credentials are stored locally in your MCP client’s environment variables.
What transport or authentication does this server use?
It uses standard MCP stdio transport. Authentication is via ImgFlip username and password passed as environment variables.
What if npx fails to find the right version?
Manually install meme-mcp globally with npm install -g meme-mcp and configure the full path to your Node executable and the module index.js.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论