The repository implements a command-line interface (CLI) that acts as an MCP server. It uses a configuration file (mcp.json
or mcp_config.json
) to specify the server command and arguments, allowing IDEs like Cursor and Windsurf to integrate with Figma. The design promotes modularity by separating the Figma interaction logic from the IDE integration.
Python
20