What it does
Figma MCP provides full read-and-write access to live Figma files through a plugin bridge instead of the REST API. It exposes 73 operations for design automation: create and modify frames, shapes, text, fills, strokes, components, styles, variables, prototypes, and more. Because it bypasses the Figma REST API entirely, there are no rate limits—even the free plan supports unlimited operations. The server works with Claude, Cursor, GitHub Copilot, and any MCP-compatible AI tool; installation is a single npx command with no API key required.
Who it's for
Designers and developers automating Figma workflows via Claude or other AI tools. Particularly valuable for teams building design-to-code pipelines, those experimenting with AI-driven design generation, or anyone frustrated by Figma's REST API rate limits (as low as 6 calls per month on free plans).
Common use cases
- Generate UI layouts and components from text descriptions via Claude
- Export Figma designs as production-ready code or design tokens
- Batch-rename, restructure, or reorganize Figma files programmatically
- Create or populate design systems—styles, variables, components—via AI iteration
- Prototype new design ideas by having Claude generate multiple variations
Setup pitfalls
- Requires Figma Desktop app to import the plugin; web-only users cannot use this server
- Plugin manifest must be manually imported from
plugin.zipvia Figma → Plugins → Development → Import plugin from manifest - The Figma file must remain open in Figma Desktop while the plugin is active