FigmaMind MCP Server

by joao-loker
Verified
{ "name": "figmamind", "version": "1.0.0", "description": "Extract components and identify patterns from Figma designs", "main": "simple.js", "keywords": [ "figma", "components", "design", "extraction", "patterns", "MCP", "Model Calling Protocol" ], "scripts": { "start": "node simple.js" }, "engines": { "node": ">=18.0.0" }, "author": "João Pereira", "license": "MIT", "dependencies": { "axios": "^1.6.0", "dotenv": "^16.3.1", "fs-extra": "^11.1.1" } }