# Recraft

Generate and edit high-quality raster and vector images using Recraft's advanced tools. Create custom styles, vectorize images, remove or replace backgrounds, and upscale images seamlessly. Enhance y…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add recraft-ai/mcp-recraft-server

# Browse available tools
npx -y @smithery/cli@latest tool list recraft-ai/mcp-recraft-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get recraft-ai/mcp-recraft-server generate_image

# Call a tool
npx -y @smithery/cli@latest tool call recraft-ai/mcp-recraft-server generate_image '{}'
```

## Tools (9)

- `generate_image` — Generate an image using Recraft from a text prompt.
- `create_style` — Create a style in Recraft from the set of style reference images.
- `vectorize_image` — Vectorize an input image using Recraft.
- `image_to_image` — Generate an image using Recraft from an input image and a text prompt.
- `remove_background` — Remove background in the input image using Recraft.
- `replace_background` — Generate an image using Recraft from an input image with its detected background replaced based on the prompt.
- `crisp_upscale` — Crisp upscale of the input image using Recraft.
- `creative_upscale` — Creative upscale of the input image using Recraft.
- `get_user` — Get information about the current Recraft API user (their email, name, and credit balance).

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get recraft-ai/mcp-recraft-server <tool-name>
```

---

Source: https://github.com/recraft-ai/mcp-recraft-server | License: MIT
