Ligma
Freeby MCP Community
CLI alternative to the Figma MCP — fetch a Figma node and emit agent-friendly artifacts
v0.1.2Added Apr 12, 2026
figmaclidesign-tokenscode-agents
Ligma MCP Server
CLI alternative to the Figma MCP — fetch a Figma node and emit agent-friendly artifacts
Installation
npx -y ligma-mcp
Reviews
Installation
Quick install
npx -y ligma-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ligma": {
"command": "npx",
"args": ["-y", "ligma-mcp"]
}
}
}