Skip to content

v1.1.0 — Internal Figma MCP Bridge

Choose a tag to compare

@s9hn s9hn released this 27 Apr 00:54
· 8 commits to main since this release

figma-to-markdown-mcp v1.1.0

Minor release introducing an internal Figma MCP bridge for Figma-link workflows.

What changed

  • Added get_figma_as_markdown, a URL-based MCP tool that fetches Figma context internally and returns compacted Markdown instead of raw upstream payloads
  • Added an internal Figma MCP client with Streamable HTTP first and SSE fallback support for local desktop MCP connections
  • Added compaction for upstream get_design_context and get_metadata output before it reaches the calling agent
  • Added bridge fallback handoff output so agents can continue with the standard Figma MCP tools when internal fetch or compaction cannot safely complete
  • Added upstream tool error handling, alternate nodeId retry, and optional metadata handling for more reliable bridge execution
  • Added tests covering compacted success flow and bridge fallback behavior

Notes

This release changes the primary Figma-link workflow. Agents should call get_figma_as_markdown first, consume the compacted Markdown when the bridge succeeds, and only continue with direct Figma MCP tools when the bridge explicitly returns a fallback handoff.

Installation

npm install -g figma-to-markdown-mcp

npm package

Full Changelog