Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

File metadata and controls

31 lines (21 loc) · 1.06 KB

GIMP MCP Server

MCP (Model Context Protocol) server for GIMP (GNU Image Manipulation Program) integration. This server allows external applications to control GIMP using the MCP protocol, enabling AI models and agents to manipulate GIMP objects and perform actions like image editing, layer management, and more.

Installation

To install the GIMP MCP server, follow these steps:

  1. Clone this repository.
  2. Install the required dependencies (we recommend using uv).
  3. Set up the GIMP environment: Make sure you have GIMP installed and the GIMP Python console is accessible.

Usage

  1. Start the MCP server by running the following command:
uv run src/mcp-server/mcp_server.py
  1. (Optional) test the server by running the MCP Inspector and connecting to the server
npx @modelcontextprotocol/inspector
  1. Connect to the server from your external application or AI model using the MCP protocol.
    1. Example: Copilot in VS Code
    2. Other examples can be found in the examples directory.