Figma Code Agent
Freeby MCP Community
AI agents design in Figma through code execution. 4 MCP tools, 30+ sandbox methods, multi-agent hub. Works with Claude Code, Cursor, Codex, Gemini.
v1.0.23Added Apr 12, 2026
figmamcpmodel-context-protocolclaudecursor
Figma Code Agent MCP Server
AI agents design in Figma through code execution. 4 MCP tools, 30+ sandbox methods, multi-agent hub. Works with Claude Code, Cursor, Codex, Gemini.
Installation
npx -y figma-code-agent-mcp
Reviews
Installation
Quick install
npx -y figma-code-agent-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-code-agent": {
"command": "npx",
"args": ["-y", "figma-code-agent-mcp"]
}
}
}