imagemagick_mcp_server
1
The Imagemagick MCP Server project is focused on integrating Imagemagick into the MCP infrastructure, allowing for image processing capabilities. It requires configuration steps to set up the server effectively.
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タブをリロード