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
基本情報
設定
以下の設定を使って、このサーバーを 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,

コメント