Figma Context
Freeby MCP Community
MCP server that converts Figma designs to prompt context for AI agents
v1.0.4Added Apr 12, 2026
figmafigma-to-codemcpmodel-context-protocoltailwind
Figma Context MCP Server
MCP server that converts Figma designs to prompt context for AI agents
Installation
npx -y @sking7/figma-context-mcp
Reviews
Installation
Quick install
npx -y @sking7/figma-context-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-context": {
"command": "npx",
"args": ["-y", "@sking7/figma-context-mcp"]
}
}
}