Skip to content
Cursor

editmamei for Cursor

io.github.editmamei/editmamei

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

client:Cursor transport:stdio runtime:npm

Install editmamei in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

editmamei in other clients