v1.0.0 — Initial Release
figma-to-markdown-mcp v1.0.0
Initial public release.
What it does
A compact markdown layer in front of Figma MCP for AI implementation workflows.
Accepts a Figma node URL, calls Figma Desktop MCP get_design_context internally, and returns compact markdown — stripping out raw React/Tailwind passthrough that inflates token cost without adding implementation value.
~45% token reduction on typical design context payloads (sample: 1,053 → 582 tokens).
Added
get_design_context_compacttool- Automatic compaction of raw React/Tailwind passthrough
- Layout, text, typography, asset, and implementation note extraction
## QA Flagssection surfaced when compaction confidence is low- Raw fallback returned when compaction fails
include_statsparameter for token size reporting- Support for both Content-Length and JSON-line MCP transport framing
- Branch URL support for Figma branch links
- Node.js 18+ compatibility
Installation
npx figma-to-markdown-mcp