MCP.so
登录
G

Gimp Mcp Server

@maorcc

关于 Gimp Mcp Server

This project enables non-technical users to edit images with GIMP through simple conversational commands, bridging the gap between GIMP's powerful capabilities and natural language interaction. It also allows professionals to execute complex multi-step workflows faster than tradi

基本信息

分类

其他

传输方式

stdio

发布者

maorcc

提交者

Maor Conforti

配置

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

{
  "mcpServers": {
    "gimp": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "your/path/to/gimp-mcp-server",
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Gimp Mcp Server?

Gimp Mcp Server translates conversational commands into precise GIMP operations, allowing non-technical users to edit images through natural language and professionals to automate complex multi-step workflows faster than point-and-click. It works with GIMP 3.0 and above and exposes all GIMP features via the Model Context Protocol (MCP).

How to use Gimp Mcp Server?

Install the gimp-mcp-plugin.py script into GIMP’s plug-ins directory (e.g., ~/.config/GIMP/3.0/plug-ins/), set execute permissions,

评论

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