Skip to content
Cursor

figma for Cursor

com.mcparmory/figma

Export files, access design data, manage projects, comments, and team assets

client:Cursor transport:stdio runtime:pypi

Install figma in Cursor

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

{
  "mcpServers": {
    "figma": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-figma"
      ]
    }
  }
}

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

figma in other clients