Skip to content
Cursor

framingui for Cursor

io.github.soo-kate/framingui

FramingUI design-system tools for coding agents: validate screens, check wiring, browse the catalog.

client:Cursor transport:stdio runtime:npm

Install framingui in Cursor

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

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

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

framingui in other clients