Skip to main content
ClaudeWave
myanptl avatar
myanptl

housestyle-mcp

View on GitHub

MCP server that audits CSS for the generic AI-built look, then fixes it: fonts, palettes, contrast, type scales

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · housestyle-mcp
Claude Code CLI
claude mcp add housestyle-mcp -- npx -y housestyle-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "housestyle-mcp": {
      "command": "npx",
      "args": ["-y", "housestyle-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# housestyle-mcp

An MCP server that stops AI-built interfaces from looking AI-built.

Agents are good at producing working UI and bad at producing UI that looks like
somebody decided something. The result has a recognisable fingerprint: Inter on
a Tailwind blue, a purple-to-pink gradient, one border radius everywhere, and a
type scale where the headline is barely larger than the body text.

This server gives an agent the tools to notice that and fix it.

**No API key.** Colour and type maths runs locally; font data comes from Google
Fonts' public metadata endpoint. Nothing to configure, nothing to sign up for.

## Install

```bash
npx housestyle-mcp
```

### Claude Code

```bash
claude mcp add housestyle -- npx -y housestyle-mcp
```

### Claude Desktop / any MCP client

```json
{
  "mcpServers": {
    "housestyle": {
      "command": "npx",
      "args": ["-y", "housestyle-mcp"]
    }
  }
}
```

## Tools

### `audit_css`

Paste a stylesheet, token block, or Tailwind config. Returns the generic-design
tells it found, why each one matters, and what to do instead.

```
## Design audit — 4 high, 3 medium, 1 low

### 1. !! framework-default-blue

**Found:** `#3b82f6 (Tailwind blue-500)`

**Why it matters:** A framework's stock blue signals that the palette was
inherited, not chosen. It is the single fastest way for an interface to look
like every other generated interface.

**Fix:** Choose a hue the product actually argues for and build the ramp from
it. build_palette generates a perceptually even ramp from any seed.
```

Ten rules, all deterministic: default font stacks, framework blues, the AI
gradient, uniform radius, uniform shadow, flat type scale, emoji used as icons,
wholesale centring, missing measure limit, and pure black on pure white.

A clean audit is not a claim that the design is good — only that it does not
carry the usual fingerprints.

### `suggest_fonts` / `suggest_pairing`

Reads the live Google Fonts catalogue (~1,950 families) and ranks for a role and
mood — `editorial`, `technical`, `warm`, `brutalist`, `elegant`, `neutral`.

The ranking is deliberately **not** "most popular". Popularity is what produces
the anonymous look, so the top of the charts is penalised, the long tail is
penalised for being untested, and the middle is preferred. Inter, Roboto,
Poppins and thirteen other signature defaults are excluded unless you ask for
them. Script-specific families are filtered out for Latin interfaces.

`suggest_pairing` pairs across a category boundary, because the change of
category is what makes a pairing read as deliberate. Returns ready-to-paste
`@import` URLs and CSS custom properties.

### `check_contrast`

WCAG 2.2 ratio with AA/AAA verdicts, plus the APCA Lc value.

Both are reported because WCAG 2.x systematically misjudges dark themes — it
will pass light-on-dark pairs that are genuinely hard to read. Where the two
disagree on a dark background, trust APCA.

### `build_palette`

An 11-step ramp from one seed colour, computed in OKLCH.

OKLCH rather than HSL because HSL lightness is not perceptual: at a fixed HSL
lightness, yellow reads far brighter than blue, so an HSL ramp produces steps
that look unevenly spaced. Chroma is tapered toward both ends and every step is
fitted back into the sRGB gamut, so no step silently clips. Contrast against
white and black is computed for each step.

### `build_type_scale`

A fluid modular scale emitted as `clamp()`, so sizes interpolate with the
viewport instead of stepping at breakpoints.

The narrow end uses a gentler ratio than the wide end, because a single ratio
applied at 360px overshoots and headlines wrap badly. Body size stays fixed —
only display sizes scale.

## Design

- **Zero runtime dependencies** beyond the MCP SDK. The colour maths is fixed by
  specification, so it is written out rather than pulled from a package that
  could drift or carry a supply chain.
- **Nothing to break.** The only network call is the Google Fonts metadata
  endpoint, cached for an hour, and every other tool is pure computation.

## Development

```bash
npm install
npm run build
npm test
```

## Licence

MIT
accessibilitycssdesign-systemmcpmodel-context-protocol

What people ask about housestyle-mcp

What is myanptl/housestyle-mcp?

+

myanptl/housestyle-mcp is mcp servers for the Claude AI ecosystem. MCP server that audits CSS for the generic AI-built look, then fixes it: fonts, palettes, contrast, type scales It has 0 GitHub stars and its last recorded update is dated 2026-09-24.

How do I install housestyle-mcp?

+

You can install housestyle-mcp by cloning the repository (https://github.com/myanptl/housestyle-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is myanptl/housestyle-mcp safe to use?

+

Our security agent has analyzed myanptl/housestyle-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains myanptl/housestyle-mcp?

+

myanptl/housestyle-mcp is maintained by myanptl. The last recorded GitHub activity is dated 2026-09-24, with 0 open issues.

Are there alternatives to housestyle-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy housestyle-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: myanptl/housestyle-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/myanptl-housestyle-mcp)](https://claudewave.com/repo/myanptl-housestyle-mcp)
<a href="https://claudewave.com/repo/myanptl-housestyle-mcp"><img src="https://claudewave.com/api/badge/myanptl-housestyle-mcp" alt="Featured on ClaudeWave: myanptl/housestyle-mcp" width="320" height="64" /></a>

More MCP Servers

housestyle-mcp alternatives