Skip to content
Cursor

liquefy-ui for Cursor

io.github.liquefy-ui/liquefy-ui

Answers questions about liquefy-ui from its real API surface, so an agent stops inventing props.

client:Cursor transport:stdio runtime:npm

Install liquefy-ui in Cursor

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

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

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

liquefy-ui in other clients