CLI for programmatic Figma design via the MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"figma-kit": {
"command": "go",
"args": [
"run",
"github.com/dop-amine/figma-kit@latest"
]
}
}
}
Run in terminal:
claude mcp add figma-kit go run github.com/dop-amine/figma-kit@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"figma-kit": {
"command": "go",
"args": [
"run",
"github.com/dop-amine/figma-kit@latest"
]
}
}
}