Figma MCP Free is an open-source alternative to Figma’s paid Dev Mode, providing a free MCP (Manifest Component Protocol) server with read-only access to Figma’s REST API.

Key Features:

Technologies:

Installation:

# Clone and install
git clone https://github.com/superdoccimo/figma-mcp-free.git
cd figma-mcp-free
pnpm install && pnpm -r build

# Initialize with your Figma token
pnpm --filter figma-mcp-free dev -- init

Quick Start:

# Find components in a Figma file
pnpm --filter figma-mcp-free dev -- components <FILE_ID>

# Generate code for a component
pnpm --filter figma-mcp-free dev -- generate <FILE_ID> <NODE_ID> --framework react

Use Cases:

Perfect for developers who need to extract design tokens and generate code from Figma designs without paying for Dev Mode. Ideal for indie developers, open-source projects, and teams looking for cost-effective design-to-code workflows with full transparency and control.

GitHub Repository