Back to MCP directory
publicPublicdnsLocal runtime

imagemagick_mcp_server

ImageMagick MCP服务器的使用指南

article

README

🚀 使用方法

根代码

  1. 克隆 git 仓库。
  2. 打开 MCP Servers 选项卡,接着点击“编辑项目 MCP”。
  3. 在打开的 mcp.json 文件中添加如下内容(适用于 Mac):
{
  "mcpServers": {
    "imagemagick": {
      "command": "bun",
      "args": ["main.ts"],
      "cwd": "/absolute/path/to/imagemagick_mcp_server",
      "env": {}
    }
  }
}
  1. 重新加载 MCP Servers 选项卡。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client