I wanted to build in Figma and manage my design system straight from Claude Code, without leaving the agent I already work in.
The other routes go through Figma's cloud REST API, so they need a token and they hit rate limits: as low as 6 read calls a month on a View seat. This talks to Figma Desktop directly, so there is nothing to throttle.
It is also far cheaper in tokens, because no tool schemas are loaded into context. Measured in one session: cold start to the first component was about 140 tokens against roughly 1,600 through an API-based MCP.
