Skip to content
Cursor

pixasso for Cursor

io.github.erebuzzz/pixasso

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

client:Cursor transport:stdio runtime:npm

Install pixasso in Cursor

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

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

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

pixasso in other clients