Pattern MCP forces coding agents to reuse components and follow your design system

DonR954 · reddit · 2026-09-24

A developer built Pattern MCP to stop agents from hand-building components that already exist or defaulting to generic ones.

How it works: the agent calls recommendcomponent before picking a UI component. Pattern turns the need into a requirements checklist, fetches real component docs, evaluates each requirement, and returns one verdict: use an existing component or build custom from a grounded reference. Not keyword matching; simple primitives are handled locally.

Three differentiators:

Extras: close calls get re-checked, reference links verified, per-call time/token/cost shown.

Install: npx pattern-mcp init --yes. Supports Claude Code, Cursor, Codex CLI.

Original post →

More from coding & agent

coding & agent channel →