Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Agentic Design System
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:21:13 AM

Agentic Design System

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Render, evaluate, and trace web UI decisions with deterministic Agentic Design System evidence.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "agentic-design-system": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-design-system"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Agentic Design System

Agentic Design System logo

Design governance for coding agents that build UI.

See the live workshop Β· Read the design philosophy

Coding agents can produce a screen quickly. Agentic Design System gives them a repeatable way to decide what the screen is for, load the right product context, review the rendered result, attach evidence, and revise before calling it done.

ADS is a repo-local skill pack. It is not a hosted design agent or a UI generator.

Install

From the project where your coding agent works, choose the agent explicitly:

Terminal
npx skills add aa-on-ai/agentic-design-system --agent codex --copy --yes

Verify what was installed:

Terminal
npx skills list --agent codex --json

ADS supports these release-tested installer targets:

AgentInstaller IDProject skill directory
Claude Codeclaude-code.claude/skills/
Codexcodex.agents/skills/
Cursorcursor.agents/skills/
OpenClawopenclawskills/
Hermeshermes-agent.hermes/skills/

Replace codex in the command with the installer ID for your agent. The installer adds all ten skills and writes skills-lock.json; it does not create or replace AGENTS.md, CLAUDE.md, Cursor rules, or other project instructions.

For one task, tell your agent:

text
Use the agentic-design-system skill for this UI task. Define the outcome, read the project baseline, run the applicable review chain, and return rendered evidence before calling it done.

For an always-on project setup, add this to the instruction file your agent reads:

markdown
For visual or UI work, load the installed `agentic-design-system` skill first and follow its routing and rendered-verification contract.

See the canonical install guide for exact per-agent commands, destination paths, activation instructions, updates, and a no-CLI fallback. The fuller templates/agents-snippet.md is useful when you clone the repository and keep the complete skills/, workflows/, and templates/ tree in your project.

Install an exact checkout

Use this when you are reviewing a branch or local change:

bash
git clone https://github.com/aa-on-ai/agentic-design-system.git
cd agentic-design-system
npx skills add . --agent codex --copy --yes

If npx skills is unavailable in your agent shell, use the no-CLI install.

The loop

text
intent β†’ baseline β†’ rubric β†’ build β†’ rendered evidence β†’ review β†’ revise or release
StageWhat the agent must establish
IntentThe user, situation, desired outcome, and stop condition
BaselineExisting product rules, components, tokens, screenshots, and prior decisions
RubricFixed quality gates plus criteria specific to this task
EvidenceRendered states and breakpoints, accessibility, overflow, touch targets, and screenshots
ReviewA verdict that can send the artifact back for revision

The report is part of the product. β€œLooks good” is not evidence.

The four weighted rubric scores remain the verdict layer. Substantial reviews also emit structured findings beneath those scores: a fixed failure category, minor/major/blocker severity, the exact state and breakpoint, a concrete target or screenshot region, and the rendered evidence. Repeated findings become candidates for a rule or gate; they do not become one automatically.

What installs

Orchestrator

  • agentic-design-system routes the task, defines the outcome, and orders the gates.

Core pack

  • design-review checks hierarchy, product fit, anti-patterns, accessibility, and rendered quality.
  • ux-baseline-check checks loading, empty, error, interaction, responsive, and edge states.
  • ui-polish-pass finishes spacing, alignment, typography, and interaction details.

Production and reference gates

  • agent-friendly-design covers semantic structure and machine-readable state for public products.
  • visual-reference-calibration defines what to borrow from a screenshot, site, or visual reference before code is written.

Creative pack

  • design-variations creates 3–5 structurally distinct directions in one disposable browser artifact before production implementation.
  • whimsical-design is opt-in for personality, delight, and expressive marketing work.
  • world-build is opt-in for immersion and atmosphere.
  • web-animation-design is opt-in for motion and interaction feel.

Creative skills are not a default styling layer. Their trigger rules decide when they belong.

Start a task

Use workflows/create-design-workflow.md as the entrypoint.

NeedWorkflow
Route a design or review taskcreate-design-workflow
Review mobile or responsive UImobile-review
Critique finished UI from a separate contextadversarial-design-review
Check package installationinstall-usability-smoke
Critique onboarding docsreadme-docs-critique
Test whether a cold agent can use ADScold-agent-usage-test
Trace consequential decisions to exact loaded rulesdecision-provenance

A source checkout includes the full template set under templates/. The installed orchestrator bundles the five runtime templates it references: outcome, project identity, reference intake, grader report, and run report. The most useful starting artifacts are:

  • outcome-template.md
  • project-identity-template.md
  • reference-intake-contract.md
  • grader-report-template.md
  • run-report-template.md

Rendered verification

Source checks are an inexpensive pre-flight. Rendered evidence is the real gate.

bash
python3 skills/design-review/scripts/anti-pattern-check.py <file.tsx>
python3 skills/design-review/scripts/state-check.py <file.tsx>
python3 skills/design-review/scripts/accessibility-check.py <file.tsx>

node skills/design-review/scripts/capture.mjs "<running-route-url>" \
  --states default,loading,empty,error \
  --out evidence/<task>

The rendered gate blocks serious axe violations, overflow, missing main landmarks, loading/error states without the corresponding live-region semantics, CLS above 0.1, undersized touch targets, and requested states that did not actually render.

After a finding-driven repair, ADS also sweeps adjacent actions before a grader can return satisfied. Status and instructional copy must agree with every visible nearby primary, secondary, toolbar, and inline action in each changed state and breakpoint. An enabled-looking contradiction in a read-only, disabled, offline, permission-limited, or destructive state becomes a major cues_affordances finding.

ADS behavior changes are guarded by the frozen v1.3.1 five-case regression suite. The release gate keeps its baseline immutable and requires a new candidate packet for changes under skills, workflows, templates, routing, or judge behavior. See testing/TESTING.md.

For a meaningful modification, capture the baseline and candidate with the same states and breakpoints, then compare them:

bash
node skills/design-review/scripts/compare.mjs \
  evidence/<task>-baseline \
  evidence/<task>-candidate

The comparison records what changed. It does not decide whether the change was good.

For substantial runs that need causal traceability, capture loaded skill/source hashes once before the build and verify 3-7 final decisions once at report time. The provenance path is deterministic, adds no model/browser/network calls, and enforces a 250ms budget per operation:

bash
node skills/agentic-design-system/scripts/decision-trace.mjs capture --help

See workflows/decision-provenance.md for the manifest, trace, and report commands. Tiny fixes and routine polish skip this path by default.

Worked example

docs/loop-demo/ preserves a real three-pass run on an Orders screen at 390, 768, and 1280px.

  • Iteration 1: 12 axe violations and 114 undersized touch targets
  • Iteration 2: 12 undersized touch targets remained
  • Iteration 3: zero axe violations and zero undersized touch targets

Only then did the grader return satisfied.

Agent integrations

  • Canonical install guide
  • Claude Code
  • Codex CLI
  • Cursor
  • OpenClaw
  • Hermes

MCP server (v0.3.0)

The repository also contains a local stdio MCP package that exposes the ADS evidence spine as three tools: ads_render, ads_evaluate, and ads_trace.

Terminal
npx --yes ads-mcp@0.3.0 setup
npx --yes ads-mcp@0.3.0 --root /absolute/path/to/project

The MCP server is intentionally local-first. It confines project files and run artifacts to the configured root, renders web or startup-configured SwiftUI targets, and records model-free deterministic evidence by default. Provider-neutral command adapters can add explicit visual judgment without changing the three-tool API or silently selecting a model. The SDK v2 server accepts both legacy initialization and MCP 2026-07-28 discovery, while compatible hosts can render the optional ui://ads/review MCP App. See the ads-mcp package guide and v0.3 API contract. Its official MCP Registry name is io.github.aa-on-ai/agentic-design-system.

Repository map

text
skills/        installable agent skills and rendered checks
workflows/     task entrypoints and review runbooks
templates/     outcome, project identity, reference, grader, and report shapes
presets/       starter baselines for common product types
testing/       package and evidence-loop smoke tests
packages/      independently runnable integrations, including ads-mcp
demos/         the public workshop site and worked UI examples
docs/          influences, current audits, and archived provenance

Historical eval fixtures are intentionally kept under docs/archive/ instead of mixed into the current product path.

Verify a source checkout

Terminal
npm ci
npm run playwright:install
npm run release:check

The release gate aligns version and skill manifests, installs a clean copy for all five supported agents, and reruns comparison, render-authority, production-evidence, structured-findings, and eval-loop authority smokes.

To exercise the public GitHub shorthand rather than the local checkout:

bash
testing/install-smoke.sh aa-on-ai/agentic-design-system
testing/install-matrix.sh aa-on-ai/agentic-design-system

Status and limits

ADS is an early public package. The skills, templates, runbooks, and rendered checks are usable now. The grader loop is workflow-driven, not a hosted service.

  • Agents still need real product context. Without a configured visual judge, evaluation stops for human judgment.
  • Structural checks cannot decide whether a visual direction is tasteful.
  • Separate grader context is recommended when the host supports it.
  • Creative passes can over-steer utility UI, so they stay opt-in.

Influences

  • Intent Engineering
  • Anthropic Managed Agents: Define outcomes
  • Agentic Rubrics as Contextual Verifiers for SWE Agents
  • Karpathy autoresearch
  • DESIGN.md
  • make-interfaces-feel-better

See docs/influences.md for what ADS borrows from each source.

Contributing

If you find a recurring anti-pattern, a better routing rule, or a missing verification step, open an issue or pull request.

License

MIT

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Mcp logoMcp

    MCP server for Web Bluetooth on iOS Safari: scaffolding, UUID lookup, extension detection.

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’
  • A
    Ai Test Process Mcp

    AI-assisted MCP server for JSTQB-based test planning, design, review, and analysis.

    πŸ’» Developer Tools0 views
    Compare vs Ai Test Process Mcp β†’

Frequently Asked Questions about Agentic Design System

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agentic-design-system": { "command": "npx", "args": ["-y", "Agentic Design System"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentic Design System AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentic-design-system?style=directory)](https://allmcps.com/mcp/agentic-design-system)
HTML Embed
<a href="https://allmcps.com/mcp/agentic-design-system"><img src="https://allmcps.com/api/badge/agentic-design-system?style=directory" alt="Agentic Design System on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Agentic Design System β†’Install in Claude DesktopInstall in CursorInstall in VS Code