Skip to main content
Glama

Recraft AI MCP Server

Official

create_style

Generate a custom style from reference images for use in AI image creation. Specify a visual style and provide 1-5 image URLs or file paths to extract and apply the desired aesthetic in Recraft AI tools.

Instructions

Create a style in Recraft AI from the set of style reference images. A style is extracted from the provided images and can be used in image generation tools. ID of the created style will be returned in the response.

Input Schema

NameRequiredDescriptionDefault
imageURIsYesArray of images to use as a style references. Each item can be a URL (starting with http:// or https://) or a file path (starting with file://). The length should be from 1 to 5.
styleYesBasic visual style in which the style will be created.

Input Schema (JSON Schema)

{ "properties": { "imageURIs": { "description": "Array of images to use as a style references. Each item can be a URL (starting with http:// or https://) or a file path (starting with file://). The length should be from 1 to 5.", "items": { "type": "string" }, "type": "array" }, "style": { "description": "Basic visual style in which the style will be created.", "enum": [ "realistic_image", "digital_illustration", "vector_illustration", "icon" ], "type": "string" } }, "required": [ "style", "imageURIs" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/recraft-ai/mcp-recraft-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server