MCP Directory
Back

kern-ux-mcp

by leonio · TypeScript · ★ 1

MCP Language Server for KERN-UX using modelcontextprotocol.io and Zod

Install

npx -y github:leonio/kern-ux-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "kern-ux-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:leonio/kern-ux-mcp"
      ]
    }
  }
}

From the README

MCP Language Server exposing component tools, recursive composition rendering and strict accessibility validation for the [KERN-UX Component Library](https://www.kern-ux.de/). - **Node.js**: 24.16.0+ --- This is a MCP server designed for integration with standard MCP clients using . Add the following to your user or project .
Read full README on GitHub →

Related other servers