PC
Producer Cue
Project Cues, Inc. • MCP Server
ONLINE • 200 OK

Autonomous AI Design & Development Engine

A full-stack, multimodal design system compiler and code generation engine exposing headless UI primitives, self-healing WCAG AA audits, and multi-framework exports via the Model Context Protocol.

MCP v2024-11-05 SSE Remote Transport Streamable HTTP React • Svelte 5 • Vue 3 • Web Components Zero Dependencies

⚡ Remote MCP SSE Endpoint

Connect Claude Desktop, Cursor, or Antigravity directly to this cloud endpoint:

https://mcp.producercue.com/sse

Messages URL: https://mcp.producercue.com/messages

💻 Local CLI / Stdio

Run locally in terminal or through local MCP configurations via npx:

npx @projectcues/producer-cue

Full stdin/stdout JSON-RPC protocol supported.

🩺 Health & REST APIs

Inspect server status, uptime, and machine-readable tool schemas:

curl -s https://mcp.producercue.com/health
curl -s https://mcp.producercue.com/tools

Claude Desktop Configuration

{ "mcpServers": { "producer-cue": { "url": "https://mcp.producercue.com/sse" } } }

Active MCP Tools (7)

producer_generate_theme MCP Tool

Generates an accessible, WCAG AA-compliant design system theme with 10-step tonal palettes.

Required: name, primarySeed
producer_generate_component MCP Tool

Expands a high-density Compact Component specification into a full, standards-compliant Component AST.

Required: compactSpec
producer_mutate_component MCP Tool

Applies surgical mutations (style, text, variants, children) to an existing component without full regeneration.

Required: component, mutations
producer_audit_and_heal MCP Tool

Audits a component for accessibility and structural issues, and automatically self-heals any contrast or ARIA failures.

Required: component
producer_export_code MCP Tool

Exports a component to idiomatic React + Tailwind, Svelte 5 (Runes), Vue 3, or standalone Custom Web Element.

Required: component, target
producer_get_primitive MCP Tool

Retrieves a production-ready, accessible headless UI primitive (button, card, dialog, tabs, accordion, toast, combobox).

Required: type
producer_figma_sync MCP Tool

Imports or exports Tokens Studio / Figma design token trees.

Required: action, tokens