Figma Developer
Freeby MCP Community
Model Context Protocol server for Figma integration
v0.5.0Added Apr 12, 2026
figmamcptypescript
Figma Developer MCP Server
Model Context Protocol server for Figma integration
Installation
npx -y @iflow-mcp/figma-developer-mcp
Reviews
Installation
Quick install
npx -y @iflow-mcp/figma-developer-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-developer": {
"command": "npx",
"args": ["-y", "@iflow-mcp/figma-developer-mcp"]
}
}
}