For AI that builds websites

Help your AI create
websites people remember.

Not generic. Not forgettable. Not AI slop.

Your agent can already write the markup. It still leaves grey boxes where the hero shot, the product cutout and the OG card should be. This is the visual layer that fills them — from the editor you already build in.

No card needed · 30 credits every month

  • Memorable
    visuals
  • Cleaner
    brand feel
  • Better first
    impressions
  • Built for
    developers

Made with ImageMCP

Twelve ways an idea can look finished.

Forma House website preview
Forma HouseArchitecture studio
Arc Journal website preview
Arc JournalIndependent magazine
Ember & Oak website preview
Ember & OakCoffee roasters
Juniper Table website preview
Juniper TableNeighbourhood restaurant
Moss Ritual website preview
Moss RitualBotanical skincare
Aster Run website preview
Aster RunSneaker studio
Casa Brisa website preview
Casa BrisaBoutique hotel
Petal & Stem website preview
Petal & StemFlower studio
Kindred Care website preview
Kindred CareWellness clinic
Forge Athletics website preview
Forge AthleticsMovement studio
Morrow Clay website preview
Morrow ClayCeramics shop
After Hours website preview
After HoursCreative agency
Forma House website preview
Forma HouseArchitecture studio
Arc Journal website preview
Arc JournalIndependent magazine
Ember & Oak website preview
Ember & OakCoffee roasters
Juniper Table website preview
Juniper TableNeighbourhood restaurant
Moss Ritual website preview
Moss RitualBotanical skincare
Aster Run website preview
Aster RunSneaker studio
Casa Brisa website preview
Casa BrisaBoutique hotel
Petal & Stem website preview
Petal & StemFlower studio
Kindred Care website preview
Kindred CareWellness clinic
Forge Athletics website preview
Forge AthleticsMovement studio
Morrow Clay website preview
Morrow ClayCeramics shop
After Hours website preview
After HoursCreative agency

Generated visual directions for the sites your agent is already building.

One server, eight tools

Everything a page needs, from brief to build folder

Draw it, cut it out, sharpen it, shrink it, ship it. The whole pipeline arrives with one config line — no per-provider SDKs, no separate keys, no design handoff.

Generate Image

Text to image with 40+ AI models

8–30 creditsgenerate_image

Edit / Inpaint

Edit, inpaint or restyle any image

8–30 creditsedit_image

Remove Background

Cut the subject out in one call

8 creditsremove_background

Upscale Image

Crisp super-resolution in one call

15 creditsupscale_image

Transparent PNG

Generate and cut out in one call

16–38 creditsgenerate_transparent_image

Text to SVG

Convert text to clean, editable SVG

5 creditstext_to_svg

Compress Image

Re-encode smaller with a quality dial

1 creditcompress_image

Convert Format

PNG, JPG, WebP, GIF, TIFF, AVIF

1 creditconvert_format

How it works

Five minutes to set up.
Then it just answers.

  1. 1

    Get your API key

    Create your account and generate a key. Free tier, no card.

  2. 2

    Point your editor at it

    Paste the MCP block into Cursor, Claude Code or Copilot — or call the REST API from your build step.

  3. 3

    Ask for the artwork

    Describe the image in the same breath as the component. Production-ready files come back.

  4. 4

    Keep an eye on spend

    Every call logged: prompt, model, latency and credits, per key.

MCP client config
{  "mcpServers": {    "imagemcp": {      "command": "npx",      "args": [        "-y",        "mcp-remote",        "https://mcp.imagemcpserver.com/mcp",        "--header",        "x-api-key:sk-img-gen-your_key_here"      ]    }  }}

Works in Claude Code, Cursor, Windsurf, Copilot, Codex, Cline — anywhere an mcpServers block is accepted.

AI agent or app
ImageMCPServer
  • Generate Image
  • Edit / Inpaint
  • Remove Background
  • Upscale Image
  • Transparent PNG
  • Text to SVG
  • Compress Image
  • Convert Format

REST API

No agent? No problem.
It is just HTTP.

Every tool an MCP client can call is also a plain JSON endpoint. Drop it into a cron job, a Rails controller, a Lambda — anywhere you can make a POST request.

One key, both surfaces
The same API key and the same credit balance power your MCP client and your backend. Nothing to reconcile.
Versioned and typed
Everything lives under /v1. Failures carry an error.type and error.code you can branch on, so retries need no string matching.
OpenAPI, served live
Generate a client, import into Postman, or hand the spec to an agent. It comes from the running server, so it cannot drift.
Honest limits
60 requests a minute per key, with X-RateLimit headers on every response and Retry-After on a 429.
curl -X POST https://api.imagemcpserver.com/v1/generate \  -H "Authorization: Bearer $IMAGEMCP_API_KEY" \  -H "Content-Type: application/json" \  -d '{    "prompt": "A ceramic coffee cup on a walnut desk, morning light",    "aspectRatio": "16:9"  }'

200 OK

{  "success": true,  "result": {    "imageUrl": "https://cdn.imagemcpserver.com/gen/8f2a.png",    "model": "google/gemini-2.5-flash-image",    "latency": "4.21s"  },  "deductedCredits": 15,  "userCredits": 2485}

See it work

Watch an agent build a page with real artwork

72 seconds, unedited: a coding agent replaces every grey placeholder with images it generates, cuts out and upscales through this server.

generate_imageremove_backgroundedit_imageupscale_image+ 4 more — every call in your request log

Simple pricing

Cheaper than one stock photo subscription

Prepaid credits, one bill for every model, and no per-designer seat to buy. No minimum commitment — cancel from the dashboard whenever you like.

Free

$0/month

30 credits / month

  • 30 Credits / month
  • Basic image editing tools
  • Text → Image
  • API & MCP Server access
Get started free

Starter

$20/month

1,000 credits / month

  • 1,000 Credits / month
  • Bring your own OpenRouter key
  • All image editing tools
  • Text → Image
  • Text → SVG
  • Image → SVG
  • API & MCP Server access
Start Starter
Most popular

Pro

$50/month

3,000 credits / month

  • 3,000 Credits / month
  • Everything in Starter
  • Bring your own OpenRouter key
  • Priority processing
  • Early access to new tools
Start Pro

Enterprise

$100/month

8,000 credits / month

  • 8,000 Credits / month
  • Everything in Pro
  • Bring your own OpenRouter key
  • Maximum rate limits & Priority support
Start Enterprise
FAQ

Questions before you wire it in

Still stuck? Mail us at hello@imagemcpserver.com and a human will answer.

MCP endpoint
https://mcp.imagemcpserver.com/mcp

It gives whatever tool you already build in — Cursor, Claude Code, Copilot, or your own deploy script — the ability to produce the artwork a page needs: hero images, Open Graph cards, product cutouts, favicons, blog covers. Instead of pausing the build to open a stock site or a design tool, you ask for the image in the same sentence as the component and get a production-ready file back.

Build the version people remember

Wire it into Claude Code, Cursor, Copilot or your own build step in about five minutes, and stop shipping pages with the placeholders still in them.

No credit card required. Free tier includes 30 credits every month.