About
This tool serves as a minimal local Model Context Protocol (MCP) server, designed to bridge Figma's design capabilities with Large Language Model (LLM) clients like Claude Desktop. It enables LLMs to perform various actions such as listing Figma projects and files, fetching detailed Figma file JSON or specific nodes, and even generating simple React+Vite frontends directly from a Figma frame. Communication between the server and LLM clients occurs securely over stdio, leveraging the @modelcontextprotocol/sdk and Zod for robust schema validation.