Figma Developer
Freeby MCP Community
LLM-optimized Figma MCP server.
v0.16.0Added Apr 12, 2026
figmamcptypescript
Figma Developer MCP Server
LLM-optimized Figma MCP server.
Installation
npx -y @tmegit/figma-developer-mcp
Reviews
Installation
Quick install
npx -y @tmegit/figma-developer-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-developer": {
"command": "npx",
"args": ["-y", "@tmegit/figma-developer-mcp"]
}
}
}