Skip to content
VS Code

figmanage for VS Code

io.github.dannykeane/figmanage

Let agents manage your Figma workspace. 102 tools for seats, teams, offboarding, and cleanup.

client:VS Code transport:stdio runtime:npm

Install figmanage in VS Code

.vscode/mcp.json

{
  "servers": {
    "figmanage": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figmanage"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

figmanage in other clients