mcpbeat Sign in

Gimp MCP Server

local only

Gimp MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 8 Aug 2026.

Control GIMP image editing via Python-Fu scripting from AI agents.

Installs per day peak 93 · avg 4
a month agotoday
64
Installs / week
npm · gimp-mcp
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 12 h 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.

Runs an external command src/gimp.ts:36
    const proc = spawn(

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 gimp-mcp -- npx -y gimp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gimp-mcp": {
      "args": [
        "-y",
        "gimp-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gimp-mcp]
command = "npx"
args = ["-y", "gimp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gimp-mcp": {
      "args": [
        "-y",
        "gimp-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gimp-mcp": {
      "args": [
        "-y",
        "gimp-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gimp MCP

same job, measured the same way
Adobe Premiere MCP
by mrfentmen

Control Adobe Premiere Pro video editing via ExtendScript.

55 installs/wk local only
Glade MCP
by glade-tool

Control the Unity and Godot editors from AI clients: scenes, scripts, physics, materials.

535 installs/wk local only
Codecanvas
by donggyun112

Python code intelligence for coding agents: call paths, control flow, and change impact.

316 installs/wk local only
Agentbridge
by seanfdz

Control Classic Mac OS (System 7-9) from AI agents via shared folder protocol.

66 installs/wk local only
Vicsee MCP Server
by vicseeai

Generate, edit and upscale AI video and images from any agent via VicSee.

80 installs/wk answering
Pruna
by charlesrapp

Ultra-fast image generation, editing, upscaling, and video generation via Pruna AI.

93 installs/wk local only
Frenchie
by lab94

OCR, transcription, file extraction, and image generation for AI agents via MCP.

135 installs/wk 7 tools answering
Xmorf
by crawde

AI image editing and generation via xmorf API. Edit, generate, and list models.

49 installs/wk local only

Gimp MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gimp MCP?
Gimp 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 npm package gimp-mcp was installed 64 times last week.
How do I connect Gimp 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 gimp-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gimp MCP?
The npm package gimp-mcp was installed 64 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gimp MCP open source?
Yes — written in TypeScript 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.