Imagemagick MCP Server
Description
# 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": {} } } }…
About
# 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タブをリロード
Details
- Author
- Yoshino-Yukitaro
- GitHub stars
- 5
- Downloads
- 435
- Categories
- Other
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Imagemagick MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
To use Imagemagick MCP Server, clone the repository, open the MCP Servers tab in Roo Code, edit the mcp.json file, and add a configuration entry pointing to the server’s main.ts file with the bun command. Then reload the MCP Servers tab.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"imagemagick mcp server": {
"imagemagick": {
"command": "bun",
"args": [
"main.ts"
],
"cwd": "/absolute/path/to/imagemagick_mcp_server",
"env": []
}
}
}
}
McpServers
{
"imagemagick": {
"command": "bun",
"args": [
"main.ts"
],
"cwd": "/absolute/path/to/imagemagick_mcp_server",
"env": []
}
}
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": {}
}
}
}
4. MCP Serversタブをリロード
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



