claude-design-studio
🌟 概述
Anthra Studio 是一款开源的全栈网页设计引擎,采用标志性的 Claude / Anthropic 美学风格(暖陶土中性色、编辑衬线字体、发丝边框和非对称便当网格)。
与那些输出充满营销套话的机器人模板的通用AI生成器不同,Anthra Studio 由前端架构师打造,旨在生成高置信度、人工打磨的软件界面,并借助 NVIDIA NIM H100 Tensor Core GPU 和 Claude 3.5 Sonnet 实现加速。
Related MCP server: RhinoMCP
📸 视觉展示
1. 自主代理控制矩阵仪表盘
2. 12列非对称便当网格架构
3. 全栈系统架构图
🚀 核心亮点
🎨 人工打磨的Claude美学:暖奶油色纸张(
#FAF8F5)或黑曜石板岩(#090D16),有机陶土色点缀(#CC6B49),Instrument Serif编辑展示标题,以及Inter字体。⚡ NVIDIA NIM 加速:通过 NVIDIA NIM(
nvidia/llama-3.1-nemotron-70b-instruct、deepseek-ai/deepseek-r1)实现超快GPU加速推理,首 token 延迟 < 2ms。🎯 自主AI项目规划器:逐步四阶段系统规划器(“自主规划一切”),可映射技术栈、设计令牌、模式和路由。
🔌 模型上下文协议(MCP):适用于 Claude Desktop、Claude Code 和 Cursor 的官方 MCP 服务器。
🧩 开源UI组件库:可直接复制粘贴的生产级 React JSX 和 Tailwind CSS 代码块(英雄区、便当网格、遥测组件、定价卡片)。
🌐 12个独立专用页面:独立的、相互链接的 HTML 和 React 页面,支持真实路由。
☁️ 一键云部署:针对 Vercel、Netlify、Docker 和 Docker Compose 的零配置部署配置。
🛠️ 全栈 Express.js 后端:真实的 REST 端点(
/api/dashboard/metrics、/api/generate、/api/mcp/call)。
📦 快速开始
1. 即时 CLI 运行器
# 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. 使用 Docker Compose 运行
docker compose up -d🔌 模型上下文协议(MCP)设置
通过一个配置块将 Claude Desktop 连接到 Anthra Studio:
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"
}
}
}
}🌐 多页面套件地图
独立文件 | 用途 | 关键特性 |
| 首页 | 英雄区、CLI 快速开始( |
| 注册 | 企业注册,带焦点选择器和一键演示注册 |
| 登录 | 极简登录,带一键首席架构师演示认证 |
| API 入门 | 第二步连接 NVIDIA NIM( |
| AI 规划器 | 自主系统架构师与四阶段路线图 |
| 控制矩阵 | 实时集群遥测(48,210 TPS,1.84ms p99 延迟) |
| UI 组件库 | 精选组件库,带一键可复制的 React JSX 代码块 |
| 能力特性 | 12列非对称便当网格、形式逻辑证明 |
| 实时沙盒 | 多步推理追踪模拟器,带执行 token 计数器 |
| 文档与 API | TypeScript SDK、Python、cURL SDK 以及 REST/MCP 端点规范 |
| 定价与 ROI | 数量滑块(5M–500M tokens),自动 75% 提示缓存折扣 |
| 研究 | 宪法AI与安全白皮书,带 PDF 下载卡片 |
| 设置 | 组织资料、VPC 对等连接和零数据保留状态 |
📄 许可证
Anthra Studio 是根据 Apache License 2.0 许可的开源软件。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceConnects Sketchup to Claude AI through the Model Context Protocol, allowing Claude to directly interact with and control Sketchup for prompt-assisted 3D modeling and scene manipulation.10378MIT
- Flicense-qualityDmaintenanceConnects Rhino3D to Claude AI via the Model Context Protocol, enabling AI-assisted 3D modeling and design workflows through direct control of Rhino's functionality.12
- AlicenseCqualityCmaintenanceEnables Claude Desktop and other AI tools to interact directly with Figma, allowing for powerful AI-assisted design capabilities through natural language commands.922,316648MIT
- AlicenseBqualityDmaintenanceConnects Claude Desktop to WordPress sites to manage Elementor pages, Gutenberg content, and Rank Math SEO settings. It enables users to create styled pages, manage section layouts, and perform content updates through natural language commands.3919GPL 2.0
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Read, edit, publish, and preview your pepita websites from Claude.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
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