Enterprise design gallery + MCP server: world-templates, compose tools, borrow-a-part inspector
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"open-design": {
"command": "npx",
"args": [
"-y",
"nick-nguyen-ai/open-design"
]
}
}
}
Run in terminal:
claude mcp add open-design npx -y nick-nguyen-ai/open-design
Add to .cursor/mcp.json:
{
"mcpServers": {
"open-design": {
"command": "npx",
"args": [
"-y",
"nick-nguyen-ai/open-design"
]
}
}
}