{ "name": "mcp-figma-comment-summary", "version": "2.0.0", "description": "Complete MCP server for Figma REST API - access files, comments, variables, webhooks, projects, teams, dev resources, and more through Claude Desktop", "type": "module", "main": "index.js", "bin": { "mcp-figma-comment-summary": "./index.js" }, "files": [ "index.js", "README.md", "FEATURES.md", "CHANGELOG.md", ".env.example" ], "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "keywords": [ "mcp", "model-context-protocol", "figma", "comments", "design", "collaboration", "claude", "claude-desktop", "ai", "llm" ], "author": "Fran Herrera and Sergio Martinez", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cloudframework-io/mcp-figma-comment-summary.git" }, "bugs": { "url": "https://github.com/cloudframework-io/mcp-figma-comment-summary/issues" }, "homepage": "https://github.com/cloudframework-io/mcp-figma-comment-summary#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "dotenv": "^16.4.5", "node-fetch": "^3.3.2" }, "engines": { "node": ">=18.0.0" } }