MCP Server
Active
io.github.mrfentmen/gimp-mcp MCP Server
io.github.mrfentmen/gimp-mcp
What is the io.github.mrfentmen/gimp-mcp MCP server?
Control GIMP image editing via Python-Fu scripting from AI agents.
How to install io.github.mrfentmen/gimp-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GIMP_PATHPath to GIMP executable (default: /usr/bin/gimp)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gimp-mcp": {
"command": "npx",
"args": [
"-y",
"gimp-mcp"
],
"env": {
"GIMP_PATH": "<YOUR_GIMP_PATH>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gimp-mcp": {
"command": "npx",
"args": [
"-y",
"gimp-mcp"
],
"env": {
"GIMP_PATH": "<YOUR_GIMP_PATH>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gimp-mcp": {
"command": "npx",
"args": [
"-y",
"gimp-mcp"
],
"env": {
"GIMP_PATH": "<YOUR_GIMP_PATH>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gimp-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gimp-mcp"
],
"env": {
"GIMP_PATH": "<YOUR_GIMP_PATH>"
}
}
}
}Claude Code
claude mcp add gimp-mcp --env GIMP_PATH=<YOUR_GIMP_PATH> -- npx -y gimp-mcpRelated MCP servers
Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.
0
View repository →TypeScript