Content
# Imagemagick MCP Server
## 使い方
### roo code
1. git clone
2. MCP Serversタブを開き「Edit Profect MCP」を押下
3. 開かれた`mcp.json`に下記を追加(macの場合)
```json
{
"mcpServers": {
"imagemagick": {
"command": "bun",
"args": ["main.ts"],
"cwd": "/absolute/path/to/imagemagick_mcp_server",
"env": {}
}
}
}
```
4. MCP Serversタブをリロード
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.