MCP.so
登录

Mcp Recraft Server

@recraft-ai

关于 Mcp Recraft Server

MCP (modelcontextprotocol) server implementation for Recraft API

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

recraft-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "recraft": {
      "command": "npx",
      "args": [
        "-y",
        "@recraft-ai/mcp-recraft-server@latest"
      ],
      "env": {
        "RECRAFT_API_KEY": "<YOUR_RECRAFT_API_KEY>",
        "IMAGE_STORAGE_DIRECTORY": "<YOUR_IMAGE_STORAGE_DIRECTORY>",
        "RECRAFT_REMOTE_RESULTS_STORAGE": "<YOUR_REMOTE_RESULTS_STORAGE_INDICATOR>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Recraft Server?

Mcp Recraft Server is an MCP (Model Context Protocol) server that integrates MCP clients with Recraft’s raster- and vector-image operations. It enables image generation, editing, style creation, vectorization, background removal and replacement, and upscaling for developers and AI‑assisted workflows.

How to use Mcp Recraft Server?

Obtain a Recraft API key from your Recraft profile API page. Install via Claude Desktop Extensions (download the .dxt file and double‑click), via Smithery (remote storage only), or manually by editing claude_desktop_config.json with npx or a built source. Configure the environment variables RECRAFT_API_KEY (mandatory), IMAGE_STORAGE_DIRECTORY (optional, defaults to $HOME_DIR/.mcp-recraft-server), and RECRAFT_REMOTE_RESULTS_STORAGE (set to "1" for remote storage).

Key features of Mcp Recraft Server

  • Generates raster and vector images from text prompts
  • Creates custom styles from a set of images
  • Vectorizes raster images
  • Edits images via image-to-image with prompt control
  • Removes or replaces image backgrounds
  • Upscales images with crisp or creative mode
  • Reports user info and remaining credit balance

Use cases of Mcp Recraft Server

  • Generating high‑quality raster or vector images for design projects
  • Creating and reusing custom visual styles across multiple images
  • Converting raster logos or illustrations to scalable vector formats
  • Automating background removal or background replacement in bulk
  • Upscaling low‑resolution images for print or high‑res displays

FAQ from Mcp Recraft Server

How do I obtain a Recraft API key?

Register an account at Recraft.ai, go to your profile API page, buy API units (credits), and generate an API key.

What installation methods are available?

You can install via Claude Desktop Extensions (download .dxt file), via Smithery (remote storage only), or manually by editing claude_desktop_config.json using npx or a local build.

How do I control where generated images are stored?

Set the IMAGE_STORAGE_DIRECTORY environment variable for local storage (defaults to $HOME_DIR/.mcp-recraft-server), or set RECRAFT_REMOTE_RESULTS_STORAGE="1" to store images remotely and receive URLs.

What tools does Mcp Recraft Server offer?

It provides nine tools: generate_image, create_style, vectorize_image, image_to_image, remove_background, replace_background, crisp_upscale, creative_upscale, and get_user. Each tool has specific parameters and per‑image pricing.

Are there any runtime dependencies?

Manual setup requires Node.js to run npx or node. The server communicates over stdio and requires a Recraft API key for authentication.

评论

其他 分类下的更多 MCP 服务器