Figma Spec
Freeby MCP Community
MCP server for Figma — layout audit, design tokens, accessibility, Unity mapping, and AI-optimized specs
v1.0.0-beta.1Added Apr 12, 2026
figmamcpmodel-context-protocoldesign-tokensunity
Figma Spec MCP Server
MCP server for Figma — layout audit, design tokens, accessibility, Unity mapping, and AI-optimized specs
Installation
npx -y figma-spec-mcp
Reviews
Installation
Quick install
npx -y figma-spec-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-spec": {
"command": "npx",
"args": ["-y", "figma-spec-mcp"]
}
}
}