Figma Context
Freeby MCP Community
Model Context Protocol server for Figma integration with smart position info
v1.5.0Added Apr 12, 2026
figmamcptypescriptdesign-to-codelayout-inference
Figma Context MCP Server
Model Context Protocol server for Figma integration with smart position info
Installation
npx -y figma-context-mcp
Reviews
Installation
Quick install
npx -y figma-context-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-context": {
"command": "npx",
"args": ["-y", "figma-context-mcp"]
}
}
}