LIVE ENDPOINT
https://www.designesy.org/api/mcp
Connect to this endpoint to inspect the live schema for designesy_llms_txt 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_catalog— List the 12 published Designesy packages with versions, URLs, and statuses.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.designesy_agent_json— Get the Designesy agent discovery document (/.designesy_llms_full_txt— Get the Designesy /llms-full.designesy_score— Score a live URL against the Designesy design contract — a deterministic 40-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.