PromptShopMCP是一个强大的MCP(模型上下文协议)服务器,它能通过简单的文本命令对图像进行转换。用户只需用自然语言描述想要实现的效果,就能像专业设计师一样编辑照片。
English | 中文
克隆此仓库:
git https://github.com/Kira-Pgr/Image-Toolkit-MCP-Server.git
cd Image-Toolkit-MCP-Server
安装UV(如果尚未安装):
# 适用于macOS和Linux。
curl -LsSf https://astral.sh/uv/install.sh | sh
# 适用于Windows。
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | cscript /nologo $"
使用UV运行服务器:
(使用 UV 工具)
uv server
将以下内容完整地复制到claudius.json
文件中:
{
"configuration": {
"MCP.enabled": true,
"MCP.apiUrl": "http://localhost:3000"
}
}
在终端中运行以下命令以启动服务器:
uv server --port 3000
文档中未提及许可证相关信息。