dropbox-ds-mcp-server¶
Insight: Dropbox's design system team built a custom MCP server during a Hackweek that reads directly from their design system (DIG — Dropbox Interface Guidelines), making Cursor's code output more realistic and usable. Paired with the Figma Dev Mode MCP Server, this two-MCP approach connects both the design tool and the design system to the AI coding agent.
Detail: This is one of the first documented cases of a company building a custom MCP server specifically for their design system (rather than using generic Figma MCP). The combination of Figma Dev Mode MCP (for visual context) + custom DS MCP (for component/token APIs) represents an emerging best practice. However, even with this setup, generated code wasn't production-ready without engineer refactoring. The Hackweek origin suggests this is still experimental even at well-resourced companies.
Sources
Related: existing entry "MCP origin story" in external/mcp.md — COMPLEMENTS