Content Tools
memebuilder.ai
Provides meme template search, trending formats, and meme generation.
ENDPOINT 1
https://www.memebuilder.ai/api/mcp
MCP server metadata
- Name
- memebuilder
- Version
- 1.0.0
Create memes from 900+ templates. Typical flow: 1. search_meme_templates with a vibe or template name ("drake", "disaster girl", "office"). 2. create_meme with the template id/slug plus top_text/bottom_text (or a captions array for full control). The result includes a hosted PNG URL you can embed anywhere. Renders are watermarked on the free tier; API keys from https://www.memebuilder.ai/dashboard raise rate limits and (on paid plans) remove the watermark.
Known tools 3
search_meme_templatesSearch Memebuilder's meme template library (900+ classic and current formats) by name, vibe, or keyword.
Inferred read-onlyget_trending_templatesGet the meme formats trending right now (live chart, refreshed continuously from what the internet is actually posting).
Inferred read-onlycreate_memeRender a finished meme PNG from a template plus captions, hosted at a permanent URL.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.memebuilder]
url = "https://www.memebuilder.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"memebuilder": {
"type": "http",
"url": "https://www.memebuilder.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: memebuilder
Remote MCP URL: https://www.memebuilder.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"memebuilder": {
"url": "https://www.memebuilder.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"memebuilder": {
"type": "http",
"url": "https://www.memebuilder.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "memebuilder",
"transport": "streamable-http",
"url": "https://www.memebuilder.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.