{ "name": "figma-mcp-server", "mcpName": "io.github.planetabhi/figma-mcp-server", "version": "3.1.1", "description": "A local MCP server with full Figma REST API coverage.", "main": "mcpServer.ts", "bin": { "figma-mcp-server": "mcpServer.ts" }, "type": "module", "scripts": { "list-tools": "bun index.ts tools", "typecheck": "bun x tsc --noEmit", "test": "bun test test/", "update-spec": "bun scripts/update-figma-spec.ts", "pack": "bun pm pack", "prepublishOnly": "bun run typecheck && bun run test" }, "files": [ "mcpServer.ts", "lib", "tools", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0" }, "engines": { "bun": ">=1.2.0" }, "keywords": [ "figma", "figma-api", "mcp", "mcp-server", "model-context-protocol", "claude", "cursor", "design-tokens", "bun" ], "author": "@planetabhi", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/planetabhi/figma-mcp-server.git" }, "bugs": { "url": "https://github.com/planetabhi/figma-mcp-server/issues" }, "homepage": "https://github.com/planetabhi/figma-mcp-server#readme", "publishConfig": { "access": "public" }, "devDependencies": { "@types/bun": "^1.3.14", "@types/node": "^26.1.2", "typescript": "^7.0.2", "yaml": "^2.9.0" } }