MCP.so
登录

Imagemagick MCP Server

@Yoshino-Yukitaro

关于 Imagemagick MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Yoshino-Yukitaro

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器