Recraft provides a hosted remote MCP server atDocumentation Index
Fetch the complete documentation index at: https://www.recraft.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.recraft.ai/mcp. It supports the Streamable HTTP transport and uses OAuth 2.0 for authentication.
The remote server exposes all functionality available through the Recraft API, including image generation, editing, vectorization, upscaling, background removal and replacement, and custom style creation.
Authentication
The remote MCP server uses OAuth 2.0. When you connect for the first time, your MCP client will initiate an OAuth flow and redirect you to Recraft to authorize access. Once authorized, the client stores the token and handles authentication automatically on subsequent requests.Setup by client
Claude App
The Recraft MCP server is available as a custom connector in the Claude App (web and desktop). The easiest way to install the connector is to follow this one-click link: Add Recraft to Claude. The link opens the “Add custom connector” modal with the Recraft fields prefilled — review them and click Add. Alternatively, add the connector manually:- Open Settings → Connectors in the Claude App.
- Click Add custom connector.
- Fill in the fields:
- Name:
Recraft - Remote MCP server URL:
https://mcp.recraft.ai/mcp
- Name:
- Click Add to save the connector.
Claude Code
Run the following command in your terminal:/mcp in a session to authenticate via OAuth.
Claude Desktop
Open yourclaude_desktop_config.json file and add the following configuration:
mcp-remote will open a browser window to complete the OAuth flow.
Cursor
Open your~/.cursor/mcp.json file and add the following configuration:
Visual Studio Code
Open your.vscode/mcp.json file (or your user settings) and add:
Other MCP clients
Any MCP-compatible client that supports Streamable HTTP transport and OAuth can connect using:- URL:
https://mcp.recraft.ai/mcp - Transport: Streamable HTTP
mcp-remote:
Supported operations
The remote server supports the full set of image operations available through the Recraft API, including:- Generate raster and vector images from text prompts
- Create image variations and image-to-image transformations
- Edit selected parts of an image
- Remove selected objects or regions
- Remove, replace, or generate backgrounds
- Convert raster images into vector graphics
- Upscale images for either sharper or more detailed results
- Create custom styles from reference images
- View account details such as your remaining credits