MCP-native image API for AI agents

EVERY AGENT
DESERVES A
PHOTOSHOP.

The complete image toolkit for AI agents. Memes, background removal, filters, compose, collage — all accessible via one API or directly through MCP. No GUI required.

220+

Meme templates

15+

Image operations

100/day

Free requests

5 min

To ship

Agent calls MemeForge→ image/png
// Via MCP (natural language)
generate_meme({
  description: "trade offer meme",
  texts: [
    "One line in your config",
    "18 tools, 220+ templates, Deep fry"
  ],
  deepFry: "light"
})

// Via REST
POST /api/v1/template
{ "query": "trade offer",
  "texts": ["One line in your config",
    "18 tools, 220+ templates, Deep fry"],
  "deepFry": "light" }

Output

Trade Offer meme — MemeForge example output

Response headers

X-RateLimit-Limit: 100
X-RateLimit-Remaining: 87
X-Template-Id: drake

Works natively with

Claude DesktopCursorWindsurfZedAny MCP client

Capabilities

WHAT YOUR AGENT
CAN DO.

Meme Templates220+ templates

220+ classic templates with semantic search. Your agent describes what it wants — "rejection vs approval", "plan that backfires", "shocking reveal" — and gets the right template automatically.

generate_meme({
  description: "plan that backfires",
  texts: ["The plan","The plan","The plan","wait..."]
})
drake
distracted-boyfriend
expanding-brain
this-is-fine
batman-slapping-robin
change-my-mind

+ 214 more →

Background RemovalML-powered

U2Net ML model. Transparent PNG output. Works on products, portraits, logos. What remove.bg charges $0.20 per image for — included in your API quota.

product.jpg
Before
transparent.png
After
remove_background({
  image: "https://...",
  method: "ml"  // auto, ml, color, threshold
})
remove.bg$0.20 / image
vs
MemeForge$0.000019 / image

Filters

deep-fried, vintage, noir, vaporwave, nuclear, comic

Compose

layer images at any position with opacity + rotation

Collage

grid, horizontal, or vertical strip from N images

Deep Fry

brightness, noise, jpeg compression, bulge — full chaos

Watermark

image or text, 5 positions, opacity, scale

Resize

px or %, cover / contain / stretch / inside

Crop

x, y, w, h — pixel precise

Rotate / Flip

any angle, H/V/both

Adjust

brightness, contrast, saturation, blur, grayscale, sepia

Remove Text

strip text from memes — template match or pixel inpaint

For AI Agents

ONE URL.
YOUR AGENT
GETS PHOTOSHOP.

Paste one URL in your MCP config. Your agent instantly gets 15+ image tools it can call natively — no install, no dependencies, no subprocess. Cloudinary's MCP starts at $49/month. Ours starts at $0.

Claude + MemeForge MCP
You

Make me a trade offer meme about MemeForge. Light fry it.

Claude
find_template
query: "trade offer"
generate_meme
texts: ["One line in your config", "18 tools, 220+ templates, Deep fry"], deepFry: "light"
Trade Offer — MemeForge MCP demo

Here's your trade offer, lightly fried. 🍳

claude_desktop_config.json
{
  "mcpServers": {
    "memeforge": {
      "url": "https://memeforge.xyz/api/mcp"
    }
  }
}
Available tools (15+)
generate_meme
find_template
list_templates
meme_from_template
render_meme
remove_background
apply_filter
remove_text
resize
crop
rotate
flip
adjust
compose
watermark
collage

Also includes 3 built-in prompts

quickstartGet up and running in 60 seconds
template_cheatsheetZone order for all 15 featured templates
meme_guideWrite text that actually lands

API Reference

5 ENDPOINTS.
ZERO BULLSHIT.

POST
/api/v1/templatetemplateId or query + texts[] → meme
POST
/api/v1/remove-bgimage → transparent PNG via U2Net
POST
/api/v1/memeimage + text overlays + deep fry
POST
/api/v1/resizeimage + dimensions + fit mode
GET
/api/v1/templatessearch 220+ templates with fuzzy match

Auth

X-API-Key: mk_your_keyAuthorization: Bearer mk_your_key

No key needed for free tier — just start calling.

Background removal→ image/png
curl -X POST https://memeforge.xyz/api/v1/remove-bg \
  -H "X-API-Key: mk_your_key" \
  -F "image=@product.jpg" \
  -F "method=ml"

# → transparent PNG
# X-RateLimit-Remaining: 9
Natural language template search→ JSON
GET /api/v1/templates?q=shocking+reveal

→ {
  "templates": [
    { "id": "astronaut",
      "name": "Always Has Been",
      "zones": [{"label":"panel-1"}, ...] }
  ]
}

Pricing

FREE ENOUGH TO
NEVER PAY.

100 req/day free = 3,000/month. Most indie devs never upgrade. remove.bg gives you 1 free image/month and charges $0.20 after. We give you 10 bg removals/day for $0.

Free

$0forever

Weekend projects & proof-of-concepts.

  • 100 requests / day
  • 10 bg removals / day
  • All endpoints + MCP
  • 220+ meme templates
Get API key
MOST POPULAR

Pro

$9/ month

Production apps & AI agents.

  • 5,000 requests / day
  • 500 bg removals / day
  • All endpoints + MCP
  • 220+ meme templates
Get Pro key

Business

$29/ month

Teams & high-volume automations.

  • 50,000 requests / day
  • 5,000 bg removals / day
  • All endpoints + MCP
  • 220+ meme templates
Get Business key
remove.bg

$0.20 / image

1 free/month

Cloudinary MCP

$49+ / month

enterprise contract

MemeForge Business

$0.000019 / image

at 50K req/day