Simple Design MCP Orchestrator
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Simple Design MCP Orchestratorcreate a recipe sharing app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Simple Design MCP Orchestrator v3.0
Orchestrates app design workflows for Claude Code local execution - no more rate limits! 🎯
What's New in v3.0 - The Orchestrator Architecture
The Problem We Solved
v2.0 Issue: MCP server did all the work, hitting rate limits (100 req/min)
v3.0 Solution: MCP returns workflows, Claude Code executes locally using YOUR tokens
How It Works Now
User → Commands.com → MCP Orchestrator → Workflow Instructions → Claude Code (local execution) → Success!Related MCP server: Orchestrator MCP Server
Key Benefits
🚀 No Rate Limits - Uses your Claude Code tokens, not the server's
⚡ Faster Execution - No network roundtrips for AI calls
🔍 Full Transparency - See exactly what's happening
🛡️ Better Privacy - Your data stays on your machine
📈 Infinitely Scalable - Server just returns instructions
Available Orchestration Tools
🎼 simple_design_orchestrate
Get a complete workflow for designing apps - returns instructions for Claude Code to execute locally.
Parameters:
task: The design task (create_app,update_design,add_component)input: Task-specific parameters
Example Response:
{
"workflowId": "create_app_1234567890",
"workflow": {
"name": "Create App Workflow",
"steps": [/* step-by-step instructions */]
},
"agents": {/* agent templates */},
"components": {/* component specs */},
"estimatedTokens": 4800
}🤖 simple_design_get_agent
Get specific agent templates for local execution.
Parameters:
agentName: Name of the agent (e.g., "DesignBrief", "UXFlow")action: Optional specific action
🧩 simple_design_get_component
Get component specifications for UI building.
Parameters:
componentName: Component to get specs forappType: Optional app type for context
How Commands Work
Creating an App
You type: /design-app "recipe sharing app"
What happens:
MCP orchestrator analyzes your request
Returns a workflow with:
Design Brief agent template
UX Flow generation instructions
UI component specifications
File structure guidelines
Claude Code executes each step locally
HTML/CSS files created on your machine
No rate limits!
Updating a Design
You type: /update-design "make the header blue"
What happens:
Orchestrator returns change analysis workflow
Claude Code analyzes the change locally
Updates files using your resources
Instant results, no server load
Architecture Overview
Core Components
WorkflowOrchestrator - Main orchestration engine
AgentTemplates - Lightweight agent instructions
ComponentSpecs - UI component specifications
WorkflowDefinitions - Complete workflow structures
Agent Templates
DesignBrief- Analyzes app requirementsUXFlow- Creates screen structureUIGenerator- Selects UI componentsFileCreator- Generates file structureChangeAnalyzer- Understands update requestsComponentIntegrator- Adds new components
Component Library
Navigation: navbar, sidebar
Layout: hero, grid, container
Content: cards, galleries, testimonials
Forms: search, inputs, buttons
Data: charts, stats, tables
App-specific: recipe cards, workout cards, etc.
Installation & Setup
Deploy to Railway (or your preferred platform)
Import to Commands.com
Use with Claude Code
No local installation needed - it's all orchestrated!
For Developers
Testing Locally
npm install
npm test # Run orchestrator testsExample Integration
// Get workflow from orchestrator
const workflow = await mcp.call('simple_design_orchestrate', {
task: 'create_app',
input: { description: 'fitness app' }
});
// Execute locally in Claude Code
for (const step of workflow.steps) {
await executeStep(step, workflow.agents[step.agent]);
}Migration from v2.0
See MIGRATION.md for upgrade instructions.
Support
Issues: GitHub Issues
Docs: See
/examplesfolderVersion: 3.0.0
Built with ❤️ to solve rate limiting and empower local execution!
This server cannot be deployed
Maintenance
Related MCP Connectors
Build and supervise fleets of agents from Claude Code, Codex or Cursor. Connects over OAuth.
Create projects, nodes, and tasks in UluP Spaces by conversation with Claude.
- MaShop MCPOAuthapp.mashop
Build, deploy and manage MaShop e-commerce projects from Claude, Cursor or any MCP client.
AI work orchestration for plans, tasks, teams, and coding-agent dispatch.
Related MCP Servers
- FlicenseAqualityNot gradedmaintenanceBridges Claude Desktop, Claude Code CLI, and Claude Code for VS Code, enabling developers to plan in Desktop, save specs to project directories, and invoke Claude Code CLI with seamless state sharing across interfaces.4-
- FlicenseBqualityNot gradedmaintenanceBridges Claude Code to a Cloud Orchestrator API, providing access to multi-AI consensus, web search, code execution sandboxes, long-term memory, knowledge graphs, deployment management, and 20+ integrated AI and developer tools.28-
- AlicenseNot gradedqualityBmaintenanceEnables orchestrating multiple specialist Claude Code agents as a team, with live visualization and agent-to-agent messaging.5 npmMIT
- AlicenseAqualityBmaintenanceBridges Claude Code with Claude Design, enabling sending design instructions, reading replies, and pulling generated files into the codebase.2344MIT