imagemagick_mcp_server

Yoshino-Yukitaro/imagemagick_mcp_server

3.2

If you are the rightful owner of imagemagick_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Imagemagick MCP Server is a model context protocol server designed to facilitate image processing tasks using the Imagemagick toolset.

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タブをリロード