← designesy.org
INDIVIDUAL MCP TOOL
designesy_catalog
List the 23 published Designesy packages with versions, URLs, and statuses.
LIVE ENDPOINT
https://www.designesy.org/api/mcp
Connect to this endpoint to inspect the live schema for designesy_catalog and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.designesy]
url = "https://www.designesy.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"designesy": {
"type": "http",
"url": "https://www.designesy.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: designesy
Remote MCP URL: https://www.designesy.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"designesy": {
"url": "https://www.designesy.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"designesy": {
"type": "http",
"url": "https://www.designesy.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "designesy",
"transport": "streamable-http",
"url": "https://www.designesy.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
designesy_contract— Get the Designesy design-system contract — the canonical tokens, motion, acoustic, takt, cadence, typography, components, and verification rules that define what the Designesy org considers legitimate design.designesy_design_review— Get the Designesy Design Review framework — an 8-dimension rubric (Purpose, Clarity, Context, Inclusion, System coherence, Durability, Delight, Responsibility) plus the agent prompt, output format, and verification checklist for a qualitative design critique.designesy_skill_md— Get the Designesy SKILL.md — the agent-skill-format export of the design-system contract, written as behavioral rules an AI coding agent can drop into .agents/skills/ or a system prompt.designesy_agent_json— Get the Designesy agent discovery document (/.well-known/agent.json) — the org identity, authority, ingest protocol, package index, machine-export list, permission policy, and citation templates.designesy_llms_txt— Get the Designesy /llms.txt — a short agent-facing brief with the canonical reference, topic index, ingest steps, package list, and contact.designesy_llms_full_txt— Get the Designesy /llms-full.txt — the complete agent-facing brief: ingest protocol, discovery endpoints, every package, standing rules, anti-patterns, and a paste-ready agent prompt.designesy_score— Score a live URL against the Designesy design contract — a deterministic 42-check verification engine that returns a numeric score, letter grade (A–F), and per-check breakdown.designesy_tokens_score— Validate a design token file against the W3C Design Tokens Community Group (DTCG) 2025.10 Final Community Group Report (the spec's first stable version, published Oct 28 2025 — Candidate Recommendation, considered stable).