1.0.3 • Published 12 months ago

@idfunctor/framegen v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@idfunctor/framegen

A simple CLI tool to generate Cursor MCP configuration for Figma integration.

Usage

npx @idfunctor/framegen FIGMA_API_KEY

This will create a .cursor/mcp.json file in your current directory with the necessary configuration for Figma MCP integration.

What it does

The tool creates a .cursor/mcp.json file with the following configuration:

{
  "mcpServers": {
    "Framelink Figma MCP": {
      "command": "npx",
      "args": [
        "-y",
        "figma-developer-mcp",
        "--figma-api-key=YOUR_API_KEY",
        "--stdio"
      ]
    }
  }
}

Requirements

  • Node.js
  • A valid Figma API key

License

MIT

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago