Server data from the Official MCP Registry
Search 25,000+ meme templates and create shareable memes on memebo.at. Free, anonymous, no API key.
Search 25,000+ meme templates and create shareable memes on memebo.at. Free, anonymous, no API key.
Remote endpoints: streamable-http: https://memebo.at/mcp
Memeboat MCP is a well-structured, minimal server with no authentication requirements—appropriate for its public, anonymous API design. Code quality is high with proper input validation, safe error handling, and no credential storage or malicious patterns. Permissions are tightly scoped to HTTP network calls only, matching the server's purpose of searching and creating memes via a public API. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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-ab12cd
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/mcp
In Claude (web/desktop): Settings → Connectors → Add custom connector → https://memebo.at/mcp.
Requires Node.js 18+.
claude mcp add memeboat -- npx -y memeboat-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"memeboat": {
"command": "npx",
"args": ["-y", "memeboat-mcp"]
}
}
}
Any client that speaks stdio MCP works the same way: run npx -y memeboat-mcp.
| Tool | What it does |
|---|---|
search_meme_templates | Search templates by name or topic (query, optional limit). Returns slugs, image URLs and a suggestedCaptionCount per template. |
get_meme_template | Details for one template by slug: dimensions, image URL, caption count. |
create_meme | Caption a template (template slug + texts[], top-to-bottom) and get back the meme's page URL and direct image URL. |
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.
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).
Memeboat is a free, anonymous meme generator — no sign-up, no login walls. Browse the full catalog at memebo.at/templates.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.