Odel
gemini image studio mcp

gemini image studio mcp

Local
@udhaykumarbala1TypeScriptMITUpdated 5mo ago

AI image generation and editing with Google Gemini. Structured JSON editing.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgemini-image-studio-mcpv1.0.2

Run

npx -y gemini-image-studio-mcp

MCP client config

{
  "mcpServers": {
    "gemini-image-studio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gemini-image-studio-mcp"
      ]
    }
  }
}