← Back to Plugins
MCP Server MCP

io.github.j-east/pixel-surgeon

github By github 👁 1 views ▲ 0 votes

AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "pixel-surgeon-mcp",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google AI API key (enables Gemini image/video generation)",
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_API_KEY"
        },
        {
          "description": "OpenAI API key (enables GPT Image 1/2 generation)",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "xAI API key (enables Grok Imagine generation)",
          "format": "string",
          "isSecret": true,
          "name": "XAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...