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