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