MCP Server
MCP
io.github.j-east/pixel-surgeon
AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok.
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
By
Comments
Sign in to leave a comment