govuk-design-system-mcp-server

IgnatG/govuk-design-system-mcp-server
★ 1 stars TypeScript Other Updated 4d ago
MCP server exposing GOV.UK Design System (GDS) components, examples and patterns from govuk-frontend. Offline, version-pinned, no external calls.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "govuk-design-system-": {
      "command": "npx",
      "args": [
        "-y",
        "IgnatG/govuk-design-system-mcp-server"
      ]
    }
  }
}