Memeboat MCP
OfficialThis server lets you search, browse, and create shareable memes from a catalog of 25,000+ templates directly from your AI assistant.
search_meme_templates: Search the Memeboat catalog by name or topic (e.g. "drake", "distracted boyfriend") and get back matching templates with their slugs, image URLs, and suggested caption counts. Supports an optional result limit (1–50).get_meme_template: Fetch details of a specific template by its slug, including image dimensions, image URL, and how many captions it supports.create_meme: Caption any template with custom text and instantly receive a live, shareable meme page URL and direct image URL hosted on memebo.at. Supports control over caption placement (single bottom, classic top/bottom, or designated caption boxes), a white-bar layout above the image, and per-caption styling options such as text color, outline, and font.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memeboat MCPCreate a meme with the 'Change My Mind' template about pineapple on pizza."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Memeboat MCP
MCP server for Memeboat — search 25,000+ meme templates and create real, shareable memes straight from your AI assistant. Free, anonymous, no API key.

Ask your assistant things like:
"Make a Buzz Lightyear everywhere meme about code reviews"
…and it will search the catalog, caption the template, and hand you back a live meme URL:
https://memebo.at/meme/x-x-everywhere-code-reviews-code-reviews-everywhere-ab12cdInstall
No install — connect by URL (recommended)
Memeboat is also hosted as a remote MCP server at https://memebo.at/mcp (streamable HTTP, no auth):
claude mcp add --transport http memeboat https://memebo.at/mcpIn Claude (web/desktop): Settings → Connectors → Add custom connector → https://memebo.at/mcp.
npm package (stdio)
Requires Node.js 18+.
Claude Code
claude mcp add memeboat -- npx -y memeboat-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"memeboat": {
"command": "npx",
"args": ["-y", "memeboat-mcp"]
}
}
}Cursor / other MCP clients
Any client that speaks stdio MCP works the same way: run npx -y memeboat-mcp.
Related MCP server: MCP Server for Mem.ai
Tools
Tool | What it does |
| Search templates by name or topic ( |
| Details for one template by slug: dimensions, image URL, caption count. |
| Caption a template ( |
Caption placement: 1 text = bottom caption, 2 texts = classic top/bottom, more texts fill the template's own caption boxes in order — matching suggestedCaptionCount gives the best results.
Styling (create_meme): each entry in texts[] can be a plain string or an object { text, color?, outline?, font? }. Colors are a hex value (#f00/#ff0000) or one of white, black, red, yellow, blue, green; leave outline off and a readable outline is picked for you. A top-level font sets the default for every caption, and layout: "top" puts the captions in a white bar above the image instead of overlaying them. Fonts: impact, arial, helvetica, times, courier, titillium, thick, kalam, comic, notosans, notosanshebrew.
"Make a drake meme, red top caption, in the top layout"
How it works
This package is a thin stdio client over Memeboat's public JSON API (https://memebo.at/api/...). Created memes are rendered server-side by Memeboat and hosted there — the image URL is immediately shareable. Creation is rate-limited per IP; be a good citizen.
Point the server at another instance with MEMEBOAT_API_URL (useful for development).
Where to find it
Official MCP Registry:
at.memebo/memeboat-mcpnpm: memeboat-mcp
Smithery: @memeboat/memeboat
mcp.so: memeboat
About Memeboat
Memeboat is a free, anonymous meme generator — no sign-up, no login walls. Browse the full catalog at memebo.at/templates.
License
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/memebo-at/memeboat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server