claude-design-studio
🌟 Overview
Anthra Studio is an open-source, full-stack web design engine engineered with the signature Claude / Anthropic aesthetic (warm terracotta neutrals, editorial serifs, hairline borders, and asymmetrical bento grids).
Unlike generic AI generators that output robotic templates filled with marketing fluff, Anthra Studio is built by frontend architects to produce high-conviction, human-crafted software interfaces accelerated by NVIDIA NIM H100 Tensor Core GPUs and Claude 3.5 Sonnet.
📸 Visual Showcase
1. Autonomous Agent Control Matrix Dashboard
2. 12-Column Asymmetrical Bento Grid Architecture
3. Full-Stack System Architecture Diagram
🚀 Key Highlights
🎨 Human-Crafted Claude Aesthetic: Warm creamy paper (
#FAF8F5) or Obsidian slate (#090D16), organic Terracotta accents (#CC6B49),Instrument Serifeditorial display headings, andIntertypography.⚡ NVIDIA NIM Acceleration: Ultra-fast GPU-accelerated inference via NVIDIA NIM (
nvidia/llama-3.1-nemotron-70b-instruct,deepseek-ai/deepseek-r1) with< 2mstime-to-first-token.🎯 Autonomous AI Project Planner: Step-by-step 4-phase system planner ("plan anything by own") that maps out tech stacks, design tokens, schemas, and routes.
🔌 Model Context Protocol (MCP): Official MCP server for Claude Desktop, Claude Code, and Cursor.
🧩 Open-Source UI Component Gallery: Production-ready copy-paste React JSX and Tailwind CSS blocks (Heroes, Bento Grids, Telemetry Widgets, Pricing Cards).
🌐 12 Standalone Dedicated Pages: Independent, interlinked HTML and React pages with real routing.
☁️ 1-Click Cloud Deploy: Zero-config deployment configurations for Vercel, Netlify, Docker, and Docker Compose.
🛠️ Full-Stack Express.js Backend: Real REST endpoints (
/api/dashboard/metrics,/api/generate,/api/mcp/call).
📦 Quickstart
1. Instant CLI Runner
# Clone the repository
git clone https://github.com/anthra-design/claude-design-studio.git
cd claude-design-studio
# Install dependencies
npm install
# Start the Studio in development mode
npm run dev2. Run with Docker Compose
docker compose up -d🔌 Model Context Protocol (MCP) Setup
Connect Claude Desktop to Anthra Studio with one configuration block:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"claude-design-studio": {
"command": "node",
"args": [
"/path/to/claude-design-mcp-server.js"
],
"env": {
"ANTHROPIC_API_KEY": "your-api-key-here"
}
}
}
}🌐 Multi-Page Suite Map
Standalone File | Purpose | Key Features |
| Homepage | Hero, CLI Quickstart ( |
| Sign Up | Enterprise registration with focus selector & 1-Click Demo Signup |
| Sign In | Minimalist login with 1-Click Lead Architect demo authentication |
| API Onboarding | Step 2 connection for NVIDIA NIM ( |
| AI Planner | Autonomous System Architect & 4-Phase Roadmap |
| Control Matrix | Live cluster telemetry (48,210 TPS, 1.84ms p99 latency) |
| UI Gallery | Curated Component Library with 1-Click copyable React JSX blocks |
| Capabilities | 12-Column Asymmetrical Bento Grid, formal logic proofs |
| Live Sandbox | Multi-step reasoning trace simulator with execution token tickers |
| Docs & API | TypeScript SDK, Python, cURL SDKs, and REST/MCP endpoint specs |
| Pricing & ROI | Volume sliders (5M–500M tokens) with automatic 75% prompt caching discount |
| Research | Constitutional AI & Safety Whitepapers with PDF download cards |
| Settings | Organization profile, VPC peering, and Zero-Data Retention status |
📄 License
Anthra Studio is open-source software licensed under the Apache License 2.0.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/notyetbhai/claude-design-studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server