MCP playground
Explore the Model Context Protocol servers that power AI-assisted Atelier UI development — one Storybook MCP per framework plus the figma-console MCP that reads Figma directly. The full loop: inspect → prompt → ship → iterate.
An MCP server exposes a small set of functions an AI client can call over a standard request/response format (JSON-RPC — think "remote function call"); each Atelier UI MCP returns structured data, no screenshots or copy-paste.
Try a tool
Pick a framework, select a tool, set parameters, and call it to see exactly what structured data an AI receives.
Note: The Angular MCP server currently supports documentation tools only. Full story previews and test tools are available for React and Vue.
Host sends initialize with capabilities. Server responds with its tool list.
Model decides a tool call will give a more reliable answer than training data alone.
Structured request is sent — tool name plus typed parameters, no ambiguity.
Exact prop names, types, and defaults come back. No hallucinated APIs.
Returns the full API for a component — inputs, outputs, types, defaults, and integration notes.
Use with AI tools
The MCP servers are live. Add them to your AI tool's config and every tool shown above works directly — Claude, Cursor, and any MCP-compatible host.