Recraft
$0.08/call
Professional-grade AI image generation for design and creative workflows.
Connect Recraft tools
Cursor
Claude Code
Claude Desktop
Windsurf
VS Code
Cline
Roo Code
ChatGPT
Gemini CLI
Amazon Q
Goose
Augment
n8n
API / cURL
AI SDK
TypeScript SDK
{
"mcpServers": {
"recraft": {
"url": "https://recraft.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Or connect all tools
Access all tools (including Recraft) through a single MCP connection.
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Agent Discovery
Machine-readable catalogs for LLM agents and automation.
curl https://xpay.tools/llms.txt
curl https://xpay.tools/agents.txt
curl https://xpay.tools/skill.md
Pricing
Pay per tool call. No subscriptions.
1 Recraft tool availableAbout Recraft
Recraft on xpay — Professional image generation without the signup friction
Recraft is a professional-grade AI image generation platform built for design and creative workflows. Unlike consumer-focused image generators, Recraft emphasizes design-quality output, style consistency, and control over creative direction—making it a natural fit for teams building design automation, marketing workflows, and creative tools. On xpay, you call Recraft's API through MCP without creating a Recraft account, paying only for what you use.
What's available
recraft_v3($0.08/call) — Recraft's v3 model for professional design-quality image generation. Accepts prompts, style parameters, and format specifications to produce on-brand creative assets.
When Recraft is the right tool
- You need design-quality images with consistent style for branding or marketing campaigns.
- You're building a creative workflow tool (design systems, asset generation, mockup creation) and want professional output.
- You need fine-grained control over image style, composition, and format—not just raw generation.
- You're integrating image generation into an agent workflow and want to avoid managing separate API credentials.
- You want per-call pricing without committing to a subscription or monthly spend.
When to choose something else
- You need photorealistic images or highly detailed photography—consider DALL-E 3 or Midjourney for those use cases.
- You're generating thousands of images per month and want volume discounts—Recraft's per-call model may be more expensive than a subscription at scale.
- You need real-time image editing or manipulation—Recraft focuses on generation, not post-processing.
- You need ultra-fast generation times—Recraft prioritizes quality over speed.
- You're building a consumer-facing app and want the cheapest possible image generation—consider open-source models or budget alternatives.
Pricing snapshot
| Tool | Price per call | Use case |
|---|---|---|
recraft_v3 | $0.08 | Professional design-quality image generation |
Quickstart
claude mcp add --transport http recraft "https://recraft.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
Replace YOUR_XPAY_KEY with your xpay API key (get one free at https://xpay.tools after email or Google signup). Once connected, your Claude Code agent can call recraft_v3 directly—just ask it to generate an image and it will invoke the tool with your prompt and parameters.
Alternatively, connect all xpay providers in one MCP endpoint:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
Then use xpay_discover("recraft") to find Recraft tools, xpay_details("recraft/recraft_v3") to inspect the schema and pricing, and xpay_run("recraft/recraft_v3", {...}) to invoke them.
Why route Recraft through xpay?
- No Recraft signup — xpay holds the upstream credentials. You authenticate once with your xpay API key and immediately access Recraft's API.
- Pure pay-per-call — No subscriptions, no monthly minimums. You're billed only for calls you make, with transparent per-call pricing.
- MCP-native integration — Call Recraft as a tool directly from Claude Code, Cursor, Windsurf, Cline, or any MCP-compatible agent. No HTTP client code needed.
- Unified billing — Use Recraft alongside other xpay providers (Tavily, Apollo, Browserbase, etc.) and receive a single invoice.
- Instant access — Start generating images in seconds after signup; no waiting for Recraft account approval or payment setup.
Frequently Asked Questions
Recraft is a professional AI image generation platform designed for design and creative workflows. It produces design-quality images with strong style consistency and creative control, making it ideal for branding, marketing automation, and design tool integration. On xpay, you access Recraft's API through MCP without managing separate credentials.
Recraft's `recraft_v3` model costs $0.08 per call on xpay. There are no subscriptions or monthly fees—you pay only for the images you generate. xpay offers $5 in free credit after signup to test the integration.
No. xpay holds Recraft's API credentials on your behalf. You sign up once with xpay (via email or Google), get an API key, and immediately start calling Recraft's tools. You never create a Recraft account or manage Recraft billing directly.
Run `claude mcp add --transport http recraft "https://recraft.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` in your terminal, replacing `YOUR_XPAY_KEY` with your xpay API key from https://xpay.tools. Once connected, Claude Code will have access to Recraft's image generation tool.
Add a server entry to your `mcp.json` configuration file with the URL `https://recraft.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`. For example: `{ "mcpServers": { "recraft": { "url": "https://recraft.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY" } } }`. Replace `YOUR_XPAY_KEY` with your xpay API key.
Recraft is ideal for design automation, brand-consistent image generation, marketing asset creation, mockup generation, and creative workflows where output quality and style control matter. It's also a good fit for agents that need to generate professional images as part of a larger workflow—like design tools, content platforms, or creative automation systems.
DALL-E 3 excels at photorealistic and highly detailed images. Midjourney is popular for artistic and stylized output. Open-source models like Stable Diffusion offer cost-effective generation but require self-hosting. For budget-conscious projects, consider Replicate or Together AI. Choose based on your quality needs, style preferences, and budget.
Yes. Connect the unified xpay endpoint `https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY` to access all xpay providers (Recraft, Tavily, Apollo, Browserbase, etc.) through a single MCP connection. Use `xpay_discover()` to find tools and `xpay_run()` to invoke them. This simplifies billing and credential management across multiple APIs.

