New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

stylekit-mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylekit-mcp

MCP server for StyleKit — search 148 design styles and pull tokens, recipes, and shadcn install commands from Claude, Cursor, or Windsurf

latest
Source
npmnpm
Version
0.2.5
Version published
Weekly downloads
39
-61.39%
Maintainers
1
Weekly downloads
 
Created
Source

stylekit-mcp

MCP server for StyleKit — search 148 design styles and pull design tokens, component recipes, and shadcn install commands directly from Claude, Cursor, or Windsurf.

Runs locally over stdio and serves everything offline from the bundled stylekit-core.

Tools

All tools are read-only.

ToolWhat it does
stylekit_search_stylesSearch styles by keyword and/or category
stylekit_get_styleFull style profile: philosophy, palette, do/don't rules, quality/capability signals
stylekit_get_style_tokensTyped design tokens: border, shadow, typography, spacing, colors
stylekit_get_component_recipeRendered component className + JSX (button/card/input)
stylekit_get_shadcn_installThe npx shadcn add command for a style's theme

Setup

The public beta is available from npm. Add the following to your MCP client config:

{
  "mcpServers": {
    "stylekit": {
      "command": "npx",
      "args": ["-y", "stylekit-mcp"]
    }
  }
}
  • Claude Desktop / Claude Code: claude_desktop_config.json or .mcp.json
  • Cursor: .cursor/mcp.json
  • Windsurf: the Windsurf MCP config

To run a locally built copy instead, point your client at the absolute path:

{
  "mcpServers": {
    "stylekit": { "command": "node", "args": ["/abs/path/to/packages/mcp/dist/index.js"] }
  }
}

Example

In your editor's AI chat:

"Search StyleKit for a frosted glass style, then give me its button recipe and the shadcn install command."

The agent calls stylekit_search_styles → stylekit_get_component_recipe → stylekit_get_shadcn_install and hands back ready-to-use code.

Development

pnpm --filter stylekit-mcp build # compile to dist/
node scripts/smoke.mjs  # smoke-test all tools over stdio

License

MIT

Keywords

mcp

FAQs

Package last updated on 06 Sep 2026

Related posts