What is the io.github.j-east/pixel-surgeon MCP server?
AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok.
How to install io.github.j-east/pixel-surgeon
Copy-paste configuration for popular MCP clients.
GOOGLE_API_KEYsecretGoogle AI API key (enables Gemini image/video generation)
OPENAI_API_KEYsecretOpenAI API key (enables GPT Image 1/2 generation)
XAI_API_KEYsecretxAI API key (enables Grok Imagine generation)
{
"mcpServers": {
"pixel-surgeon": {
"command": "npx",
"args": [
"-y",
"pixel-surgeon-mcp"
],
"env": {
"GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"XAI_API_KEY": "<YOUR_XAI_API_KEY>"
}
}
}
}{
"mcpServers": {
"pixel-surgeon": {
"command": "npx",
"args": [
"-y",
"pixel-surgeon-mcp"
],
"env": {
"GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"XAI_API_KEY": "<YOUR_XAI_API_KEY>"
}
}
}
}{
"mcpServers": {
"pixel-surgeon": {
"command": "npx",
"args": [
"-y",
"pixel-surgeon-mcp"
],
"env": {
"GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"XAI_API_KEY": "<YOUR_XAI_API_KEY>"
}
}
}
}{
"servers": {
"pixel-surgeon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pixel-surgeon-mcp"
],
"env": {
"GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"XAI_API_KEY": "<YOUR_XAI_API_KEY>"
}
}
}
}claude mcp add pixel-surgeon --env GOOGLE_API_KEY=<YOUR_GOOGLE_API_KEY> --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env XAI_API_KEY=<YOUR_XAI_API_KEY> -- npx -y pixel-surgeon-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.