Getting Started

Connect mcpsystem.design to your AI assistant via the Model Context Protocol (MCP).

Cursor

Add this configuration to your project's .cursor/mcp.json file:

.cursor/mcp.json
{
  "mcpServers": {
    "mcpdesignsystem": {
      "url": "https://www.mcpsystem.design/sse"
    }
  }
}

Claude Code

Add this configuration to your .claude/settings.json file:

.claude/settings.json
{
  "mcpServers": {
    "mcpdesignsystem": {
      "url": "https://www.mcpsystem.design/sse"
    }
  }
}

Verify Connection

After adding the configuration, restart your editor. Then try asking your AI assistant:

  • "List all available components"
  • "Show me the Button component"
  • "What colors are in the design system?"

Available Tools

The MCP server exposes these tools to your AI assistant:

ToolDescription
list_componentsList all components organized by category
get_componentGet detailed specs, props, and examples for a component
search_componentsSearch components by name or description
get_component_examplesGet code examples for a specific component
get_style_guideGet colors, typography, spacing, and breakpoints
get_colorsGet color tokens, optionally filtered by category
get_typographyGet typography scale and font styles
get_spacingGet spacing scale tokens
get_breakpointsGet responsive breakpoint definitions
get_design_system_infoGet design system overview and statistics