Figma
Freeby MCP Community
A Model Context Protocol server for Figma API integration, enabling seamless interaction with Figma files and components
v0.1.2Added Apr 12, 2026
figmamcpapitypescriptclaude
Figma MCP Server
A Model Context Protocol server for Figma API integration, enabling seamless interaction with Figma files and components
Installation
npx -y @hapins/figma-mcp
Reviews
Installation
Quick install
npx -y @hapins/figma-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "@hapins/figma-mcp"]
}
}
}