Home /
Other / govuk-design-system-mcp-server
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"
]
}
}
}
Run in terminal:
claude mcp add govuk-design-system- npx -y IgnatG/govuk-design-system-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"govuk-design-system-": {
"command": "npx",
"args": [
"-y",
"IgnatG/govuk-design-system-mcp-server"
]
}
}
}