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:
| Tool | Description |
|---|---|
list_components | List all components organized by category |
get_component | Get detailed specs, props, and examples for a component |
search_components | Search components by name or description |
get_component_examples | Get code examples for a specific component |
get_style_guide | Get colors, typography, spacing, and breakpoints |
get_colors | Get color tokens, optionally filtered by category |
get_typography | Get typography scale and font styles |
get_spacing | Get spacing scale tokens |
get_breakpoints | Get responsive breakpoint definitions |
get_design_system_info | Get design system overview and statistics |