Figma
Freeby MCP Community
MCP server for Figma design integration with AI coding tools
v1.1.0Added Apr 12, 2026
figmamcpmodel-context-protocoltypescriptai
Figma MCP Server
MCP server for Figma design integration with AI coding tools
Installation
npx -y @yhy2001/figma-mcp-server
Reviews
Installation
Quick install
npx -y @yhy2001/figma-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "@yhy2001/figma-mcp-server"]
}
}
}