mcpbeat Sign in

GIMP 3 MCP Server

local only

GIMP 3 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Let AI assistants paint, edit and export images in a running GIMP 3, with 80 tools.

Installs / week
pypi · gimp3-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
GPL-3.0
License
Python

What the code does

We read the source, 16 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        exec(command, context)
                    out_path = os.path.join(output_dir, filename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gimp3-mcp -- uvx gimp3-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gimp3-mcp": {
      "args": [
        "gimp3-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gimp3-mcp]
command = "uvx"
args = ["gimp3-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gimp3-mcp": {
      "args": [
        "gimp3-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gimp3-mcp": {
      "args": [
        "gimp3-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to GIMP 3 MCP

same job, measured the same way
GIMP Agent MCP
by sarutobisasuke8

Edit in GIMP 3 with AI agents: live previews, grouped edits, pixel measurements and recipes.

1 831 installs/wk local only
AXL — Run Sales, Marketing & Courses with Your AI
by axl

Let your AI assistant build pages and courses, manage contacts, and run email campaigns in AXL.

answering
I
Yandex360 MCP
by pa1ch

MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.

67 installs/wk local only
Superdocs
by superdocs

AI document editing for agents: draft, edit, export .docx/PDF. 37 MCP tools; agent self-signup.

answering
Excel Vision MCP
by voyager-inc

Excel MCP with image extraction and write support — AI agents see and edit xlsx files

130 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Gorev
by msenol

Task management system for AI assistants with MCP protocol, templates, and bilingual support (TR/EN)

83 installs/wk local only
I
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

40 installs/wk local only

GIMP 3 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for GIMP 3 MCP?
GIMP 3 MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package gimp3-mcp.
How do I connect GIMP 3 MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gimp3-mcp straight from pypi; nothing to host, nothing to sign up for.
Is GIMP 3 MCP open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.