GIMP Agent MCP for Cursor
io.github.sarutobisasuke8/gimp-agent-mcp
Edit in GIMP 3 with AI agents: live previews, grouped edits, pixel measurements and recipes.
client:Cursor
transport:stdio
runtime:pypi
Install GIMP Agent MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gimp-agent-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gimp-agent-mcp"
],
"env": {
"GIMP_AGENT_ALLOW_PYTHON": "<GIMP_AGENT_ALLOW_PYTHON>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs