1.0.3 • Published 12 months ago
@idfunctor/framegen v1.0.3
@idfunctor/framegen
A simple CLI tool to generate Cursor MCP configuration for Figma integration.
Usage
npx @idfunctor/framegen FIGMA_API_KEYThis 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