01 · Inspect
Figma
Single source of truth for tokens and component frames. Variables sync to tokens.css.
Atelier workshop Design in Figma. Explore in Storybook. Ship with AI.
Teaching artifact · not a production library
Each tool reads the others through Model Context Protocol. Inspect → prompt → ship → iterate.
Single source of truth for tokens and component frames. Variables sync to tokens.css.
Per-framework live explorer. Each instance hosts an MCP endpoint Claude can call.
Reads Figma + Storybook through MCP, writes spec-aligned code in Angular, React, or Vue.
Drop these into your Claude Code MCP config. Each Storybook instance exposes the same four tools — list-all-documentation, get-documentation, preview-stories, run-story-tests.
{
"mcpServers": {
"storybook-angular": {
"type": "http",
"url": "https://atelier.pieper.io/storybook-angular/mcp"
},
"storybook-react": {
"type": "http",
"url": "https://atelier.pieper.io/storybook-react/mcp"
},
"storybook-vue": {
"type": "http",
"url": "https://atelier.pieper.io/storybook-vue/mcp"
}
}
} An Nx workspace with your framework choice, the component library wired up, and the MCP config pre-seeded.
npx create-atelier-ui-workspace