Model Context Protocol · Design System Agent

Your Figma file
is a Design System
waiting to ship.

One agent turns any Figma design system into another Figma file, into production code, or into a live style showcase. Driven by Claude over MCP — or by anything else over REST.

What it does
01
Mode A

Design System replication

Mirror an existing design system into a fresh Figma file — tokens, styles and components carried over faithfully.

Figma Figma
02
Mode B

Design System to code

Extract a design system and generate a production-ready component codebase, wired straight into your target project.

Figma Code
03
generate_showcase

Live style showcase

Fetch a Figma file server-side and render a standalone HTML showcase of its palette, type scale and components.

Figma HTML
Two ways to call it
MCP · JSON-RPC

For Claude & AI agents

Register /mcp as a connector. Handshake, then tools/call — the agent drives the workflow.

REST · HTTP

For everything else

Plain POST /tools/* with a JSON body. No handshake, no JSON-RPC — call it from any script or app.

Get started

No auth needed

Every route is open — no credentials required.

Explore the API

Open /docs for the interactive Swagger UI and hit Try it out on any endpoint.

Connect or call

Add /mcp as an MCP connector, or fire a curl at /tools/*.

Quick start
list the available tools over MCP
curl -u USER:PASS -X POST https://superherofigma.weareconflux.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Get in touch

Let’s build something.

A project, a design system to ship, or just a question — drop us a line.

Endpoints POST /mcp POST /tools/* GET /docs GET /health