Skip to content

v1.0.0 — Initial Release

Choose a tag to compare

@s9hn s9hn released this 24 Apr 00:23
· 11 commits to main since this 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_compact tool
  • Automatic compaction of raw React/Tailwind passthrough
  • Layout, text, typography, asset, and implementation note extraction
  • ## QA Flags section surfaced when compaction confidence is low
  • Raw fallback returned when compaction fails
  • include_stats parameter 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

npm package