Skip to content
Cursor

localfig for Cursor

io.github.lucasgorgal/localfig

The Figma desktop app as an MCP server: full Plugin API for AI agents. Local, no token, no quota.

client:Cursor transport:stdio runtime:npm

Install localfig in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "localfig": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "localfig"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

localfig in other clients