mcpbeat Sign in

StyleKit MCP Server

by anxforever Your server? Claim it
local only

StyleKit runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 17 Sep 2026.

Search 148 curated design styles and pull tokens, recipes, and shadcn commands into your AI IDE.

Installs per day peak 677 · avg 36 · +2746% w/w
a month agotoday
101
Installs / week
npm · stylekit-mcp
512
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions lib/styles/developer-terminal.ts:101
    rm -rf ./cache
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      content: await readFile(path.join(filesRoot, relativeFile), "utf8"),
Builds a database query by concatenation lib/export/llms-full.ts:280
1. **Select Style**: Browse preset styles via ${BASE_URL}/en/styles

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch StyleKit and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add stylekit-mcp -- npx -y stylekit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stylekit-mcp": {
      "args": [
        "-y",
        "stylekit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stylekit-mcp]
command = "npx"
args = ["-y", "stylekit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stylekit-mcp": {
      "args": [
        "-y",
        "stylekit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stylekit-mcp": {
      "args": [
        "-y",
        "stylekit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to StyleKit

same job, measured the same way
Sparkbites
by educlopez

Search 500+ curated design websites and install DESIGN.md files directly from your AI agent.

28 installs/wk local only
HTML to Figma — Design System
by miapre

Translate HTML prototypes into Figma using your design system's real components and tokens.

26 installs/wk local only
Refero
by referodesign

Search curated design styles, real product screens, and user flows for evidence-based design work.

answering
A1 Gallery
by a1

Search a curated gallery of real website designs by style, font, colour, section and technology.

answering
Designpin MCP Server
by opjhabuilds

Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.

27 installs/wk local only
Design System
by zaklad

Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.

answering
Curio — design style library
by designbycurio

A design-style library for AI agents: search real styles, fetch a ready-to-apply design spec.

answering
Windframe
by devwares-team

Provides style context & tokens to design or restyle web UIs in any framework

answering

StyleKit — questions

Answers built from our own checks of this server.

Why is there no uptime for StyleKit?
StyleKit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package stylekit-mcp was installed 101 times last week.
How do I connect StyleKit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls stylekit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use StyleKit?
The npm package stylekit-mcp was installed 101 times in the last week. Week over week that is +2746%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is StyleKit open source?
Yes — it is published under the MIT licence, written in TypeScript and 512 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.