Skip to content
VS Code

editmamei for VS Code

io.github.editmamei/editmamei

Photoshop MCP server: natural-language AI photo editing in desktop Photoshop. AI orchestration.

client:VS Code transport:stdio runtime:npm

Install editmamei in VS Code

.vscode/mcp.json

{
  "servers": {
    "editmamei": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "editmamei"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

editmamei in other clients