Imagemagick MCP Server logo

Imagemagick MCP Server

by Yoshino-Yukitaro

Imagemagick MCP Server allows you to manage Imagemagick processes. It can be integrated with MCP (likely a management platform) by configuring a `mcp.json` file.

View on GitHub

Last updated: N/A

Imagemagick MCP Server

使い方

roo code

  1. git clone
  2. MCP Serversタブを開き「Edit Profect MCP」を押下
  3. 開かれたmcp.jsonに下記を追加(macの場合)
{
  "mcpServers": {
    "imagemagick": {
      "command": "bun",
      "args": ["main.ts"],
      "cwd": "/absolute/path/to/imagemagick_mcp_server",
      "env": {}
    }
  }
}
  1. MCP Serversタブをリロード