liquefy-ui for VS Code
io.github.liquefy-ui/liquefy-ui
Answers questions about liquefy-ui from its real API surface, so an agent stops inventing props.
client:VS Code
transport:stdio
runtime:npm
Install liquefy-ui in VS Code
.vscode/mcp.json
{
"servers": {
"liquefy-ui": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@liquefy-ui/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs