{
  "slug": "recraft",
  "name": "Recraft MCP Server",
  "vendor": "Recraft",
  "official": true,
  "category": "image-generation",
  "featured": false,
  "tagline": "Official Recraft server: raster + vector image gen, styles, upscale, backgrounds.",
  "description": "Recraft's official MCP server (remote endpoint or local npm package) covers text-to-image and image-to-image in raster and SVG, custom style creation, vectorization, background removal/replacement and two upscalers. Uniquely useful for film work needing brand-consistent styles, title/poster art and clean vector assets.",
  "capabilities": [
    "text-to-image",
    "image-to-image",
    "vectorization",
    "style-creation",
    "background-removal",
    "upscaling"
  ],
  "tools_sample": [
    "generate_image",
    "image_to_image",
    "create_style",
    "vectorize_image",
    "remove_background",
    "replace_background",
    "crisp_upscale",
    "creative_upscale"
  ],
  "install": {
    "claude_code": "claude mcp add recraft -e RECRAFT_API_KEY=YOUR_KEY -- npx -y @recraft-ai/mcp-recraft-server@latest",
    "remote_url": "https://mcp.recraft.ai/mcp",
    "stdio_command": "npx -y @recraft-ai/mcp-recraft-server@latest"
  },
  "auth": {
    "type": "api_key",
    "env_var": "RECRAFT_API_KEY",
    "key_url": "https://www.recraft.ai/profile/api (buy API units, generate key)"
  },
  "pricing": "credits",
  "links": {
    "repo": "https://github.com/recraft-ai/mcp-recraft-server",
    "docs": "https://www.recraft.ai/docs/mcp-reference/getting-started",
    "site": "https://www.recraft.ai/blog/recraft-mcp"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "v1.6.5; per-image API pricing roughly $0.04-$0.08, vectorize $0.01, creative upscale $0.25. Local mode supports IMAGE_STORAGE_DIRECTORY for saving outputs to disk."
}