GIMP 3 MCP for VS Code
io.github.tifyr/gimp3-mcp
Let AI assistants paint, edit and export images in a running GIMP 3, with 80 tools.
client:VS Code
transport:stdio
runtime:pypi
Install GIMP 3 MCP in VS Code
.vscode/mcp.json
{
"servers": {
"gimp3-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gimp3-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs