Figma
Freeby MCP Community
A comprehensive local MCP server for Figma. Connect Figma with the Gemini CLI, Cursor, and Claude Desktop.
v2.1.1Added Apr 12, 2026
figmamcpmodel-context-protocolserver
Figma MCP Server
A comprehensive local MCP server for Figma. Connect Figma with the Gemini CLI, Cursor, and Claude Desktop.
Installation
Reviews
Installation
Quick install
npx -y figma-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "figma-mcp-server"]
}
}
}