MCP server & REST API

Give your AI agent
eyes & imagination.

Generate, edit and transform images from an AI agent over MCP, or from your own backend over plain HTTP. 8 tools, one API key, 40+ leading models.

No card needed · 30 credits every month

  • 8 toolsMCP + REST
  • 40+ modelsauto-routed
  • 10,000+developers

Powerful image tools

Everything your agent needs to create perfect visuals

This is the entire surface your agent gets after a single config line — no per-provider SDKs, no separate keys.

Generate Image

Text to image with 40+ AI models

8–30 creditsgenerate_image

Edit / Inpaint

Edit, inpaint or restyle any image

10 creditsedit_image

Remove Background

Cut the subject out in one call

8 creditsremove_background

Upscale Image

Super-resolution up to 4K

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

Reduce file size without visible loss

1 creditcompress_image

Convert Format

PNG, JPG, WebP, GIF, TIFF, AVIF

1 creditconvert_format

How it works

Simple for developers.
Powerful for agents.

  1. 1

    Get your API key

    Create your account and generate an API key.

  2. 2

    Connect via MCP or API

    Add the MCP config block, or call the REST API directly.

  3. 3

    Start building

    Call any tool and get production-ready images back.

  4. 4

    Monitor & optimise

    Track usage, credit spend and latency 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

Built for AI workflows

Perfect for every AI-powered workflow

If your software can call MCP, it can now see — and draw.

AI coding agents

Generate assets, screenshots, diagrams and UI visuals mid-task, without leaving the editor.

AI SaaS builders

Create product images, logos and marketing assets as part of the build pipeline.

Content automation

Auto-generate blog images, thumbnails and social graphics on a schedule.

Design & marketing

Edit, upscale and cut out visuals in bulk — one key, one bill, full audit log.

Game development

Produce textures, sprite variations and concept art straight from a prompt.

Simple pricing

Choose the plan that fits your needs

Prepaid credits, one bill for every model. No seat pricing, 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

Model Context Protocol is the open standard AI clients use to discover and call external tools. Point a client at this server once and your agent gains eight image tools it can call on its own — no plugin code, no SDK per provider.

Give your agents pixels today

One server, every major model. Wire it into Claude, Cursor, ChatGPT or your own stack in about five minutes.

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