Skip to main content
Glama

Recraft AI MCP Server

Official

vectorize_image

Convert any input image into a scalable vector graphic (SVG) using Recraft AI. Ideal for transforming raster images into high-quality, resolution-independent vector formats for design and editing purposes.

Instructions

Vectorize an input image using Recraft AI. This operation takes an input image and returns a vector SVG image, close to it. Local path or URL to resulting image and its preview will be returned in the response.

Input Schema

NameRequiredDescriptionDefault
imageURIYesImage to use as an input. This can be a URL (starting with http:// or https://) or an absolute file path (starting with file://).

Input Schema (JSON Schema)

{ "properties": { "imageURI": { "description": "Image to use as an input. This can be a URL (starting with http:// or https://) or an absolute file path (starting with file://).", "type": "string" } }, "required": [ "imageURI" ], "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