MCP.so
Sign In

Imagemagick MCP Server

@Yoshino-Yukitaro

About Imagemagick MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

Yoshino-Yukitaro

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "imagemagick": {
      "command": "bun",
      "args": [
        "main.ts"
      ],
      "cwd": "/absolute/path/to/imagemagick_mcp_server",
      "env": {}
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Imagemagick MCP Server?

Imagemagick MCP Server is an MCP (Model Context Protocol) server designed for use with Roo Code. It is implemented in TypeScript and executed via Bun.

How to use Imagemagick MCP Server?

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.

Key features of Imagemagick MCP Server

Use cases of Imagemagick MCP Server

FAQ from Imagemagick MCP Server

Comments

More Other MCP servers