Connects Claude (or any MCP client) to Figma via a local plugin bridge instead of the REST API, so you skip token auth and rate limits entirely. Exposes 73 tools across creating nodes (frames, text, shapes, components), modifying properties (fills, strokes, auto-layout, constraints), managing styles and variables, prototype reactions, and full page operations. Rust rewrite of vkhanhqui's Go original with structured logging and declarative tooling. Runs via npx with stdio transport. You install the plugin from the repo's manifest, run it in your Figma file, then the MCP server talks to the plugin over a bridge. Useful if you're on Figma's free tier or want to automate design workflows without hitting API quotas.
claude mcp add --transport stdio alvinindra-figma-mcp-rust uvx figma-mcp-rust