Figma Toolkit
Freeby MCP Community
MCP server that enables AI agents to manipulate Figma documents - create shapes, text, styles, components, variables, and more
v1.0.17Added Apr 12, 2026
figmamcpmodel-context-protocolaidesign-automation
Figma Toolkit MCP Server
MCP server that enables AI agents to manipulate Figma documents - create shapes, text, styles, components, variables, and more
Installation
npx -y mcp-figma-toolkit
Reviews
Installation
Quick install
npx -y mcp-figma-toolkit
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-toolkit": {
"command": "npx",
"args": ["-y", "mcp-figma-toolkit"]
}
}
}