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