MCP Directory
Back

mcp-recraft-server

by recraft-ai · TypeScript · ★ 61

MCP (modelcontextprotocol) server implementation for Recraft API

Install

npx -y github:recraft-ai/mcp-recraft-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-recraft-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:recraft-ai/mcp-recraft-server"
      ]
    }
  }
}

From the README

Recraft MCP Server This is an MCP ([Model Context Protocol](https://modelcontextprotocol.io/)) server integrating MCP clients with [Recraft](https://recraft.ai/)'s raster- and vector-image operations: - raster and vector image generation - raster and vector image editing - creating custom styles and generating images in them - vectorization of raster images - background removal and replacement - upscaling of raster images By connecting this MCP server to your MCP client you will be able to generate high-quality raster and vector images using Recraft, combining differ…
Read full README on GitHub →

Related other servers