Figma
Freeby MCP Community
ModelContextProtocol server for Figma
v0.1.4Added Apr 12, 2026
Figma MCP Server
ModelContextProtocol server for Figma
Installation
Reviews
Installation
Quick install
npx -y @iflow-mcp/figma-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "@iflow-mcp/figma-mcp"]
}
}
}