Servers
Recraft MCP Server
@BartWaardenburg
MCP server for AI image generation, transformation, and style management via the Recraft API. 16 tools for text-to-image, inpainting, vectorization, upscaling, and more.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"recraft-mcp-server": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"RECRAFT_API_TOKEN=your-api-token",
"ghcr.io/bartwaardenburg/recraft-mcp-server:latest"
]
}
}
}