Skip to content
VS Code

pixasso for VS Code

io.github.erebuzzz/pixasso

End-to-end frontend engineering and design orchestrator across 16 foundational pillars.

client:VS Code transport:stdio runtime:npm

Install pixasso in VS Code

.vscode/mcp.json

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

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

pixasso in other clients