Semantic component system built for AI-driven UI generation. 101 curated components, dual React/Python surface, live MCP server. The deterministic layer behind Blueprint Maker.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"blueprint-modular": {
"command": "npx",
"args": [
"-y",
"Blueprint-Master/blueprint-modular"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add blueprint-modular npx -y Blueprint-Master/blueprint-modular
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"blueprint-modular": {
"command": "npx",
"args": [
"-y",
"Blueprint-Master/blueprint-modular"
]
}
}
}
📋 Copy