MCP server to provide Figma layout information to AI coding agents like Cursor
The architecture revolves around creating an MCP server that acts as an intermediary between Figma and AI coding agents. It fetches Figma design data via the Figma API, simplifies the response, and serves it to the AI tool. This design streamlines data access and reduces context for more accurate AI responses. The server supports both HTTP/SSE and command-line modes.
TypeScript
1,310