🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@liquefy-ui/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liquefy-ui/mcp

Model Context Protocol server that answers questions about liquefy-ui from its real API surface.

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

@liquefy-ui/mcp

A Model Context Protocol server that answers questions about liquefy-ui from its real API surface, so a coding agent stops inventing props.

# Claude Code
claude mcp add liquefy-ui -- npx -y @liquefy-ui/mcp
{
  "mcpServers": {
    "liquefy-ui": { "command": "npx", "args": ["-y", "@liquefy-ui/mcp"] }
  }
}
ToolAnswers
get_conventionsThe rules that are easy to get wrong: the client boundary, the required provider, which props do not exist
list_componentsEverything in the library, filterable by ui / hook / lib
get_componentOne component's exports and every exported type declaration, verbatim
search_componentsFree text over names, descriptions and type declarations
get_component_sourceThe copy-paste source, imports already rewritten to shadcn aliases
get_tokensThe --lq-* tokens and their real values, per theme scope

Docs: https://liquefy-ui.com/#/guides/ai-tooling

The catalog is generated from the library source at build time, so it cannot drift from what the package ships. The server has no runtime dependencies and never touches the network.

Keywords

mcp

FAQs

Package last updated on 01 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts