cyber-figma

cyberuni/cyber-figma
★ 0 stars TypeScript API Integration Updated 2d ago
Figma for agents — axi-style CLI, MCP server, and agent plugin
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cyber-figma": {
      "command": "npx",
      "args": [
        "-y",
        "cyberuni/cyber-figma"
      ]
    }
  }
}

README Excerpt

A CLI, a local MCP server, and an agent plugin for the [Figma REST API](https://developers.figma.com/docs/rest-api/) — built for AI-assisted workflows. 📖 **[Documentation](https://cyberuni.github.io/cyber-figma/)** - **CLI** — `cyber-figma <resource> <action>` for terminals, scripts, and agents that shell out. [Jump to CLI →](#cli)