Skip to main content
Glama
1yhy
by 1yhy
package.json2.85 kB
{ "name": "@yhy2001/figma-mcp-server", "version": "1.1.0", "description": "MCP server for Figma design integration with AI coding tools", "type": "module", "main": "dist/index.js", "bin": { "figma-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "README.zh-CN.md" ], "scripts": { "dev": "cross-env NODE_ENV=development tsup --watch", "build": "tsup", "start": "node dist/index.js", "start:cli": "cross-env NODE_ENV=cli node dist/index.js", "start:http": "node dist/index.js", "dev:cli": "cross-env NODE_ENV=development tsup --watch -- --stdio", "type-check": "tsc --noEmit", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", "test:unit": "vitest run tests/unit", "test:integration": "vitest run tests/integration", "preview": "tsx tests/utils/preview.ts", "inspect": "pnpx @modelcontextprotocol/inspector", "mcp-test": "pnpm start -- --stdio", "prepublishOnly": "pnpm type-check && pnpm lint && pnpm test && pnpm build", "pub:release": "pnpm build && npm publish --access public", "publish:local": "pnpm build && npm pack", "prepare": "husky || true" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/1yhy/Figma-Context-MCP.git" }, "homepage": "https://github.com/1yhy/Figma-Context-MCP#readme", "bugs": { "url": "https://github.com/1yhy/Figma-Context-MCP/issues" }, "keywords": [ "figma", "mcp", "model-context-protocol", "typescript", "ai", "design", "cursor", "windsurf", "cline", "design-to-code" ], "author": "1yhy", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "cross-env": "^7.0.3", "dotenv": "^16.4.7", "express": "^4.21.2", "remeda": "^2.20.1", "yargs": "^17.7.2", "zod": "^4.1.13" }, "devDependencies": { "@commitlint/cli": "^20.2.0", "@commitlint/config-conventional": "^19.0.0", "@eslint/js": "^9.39.1", "@figma/rest-api-spec": "^0.24.0", "@types/express": "^5.0.0", "@types/node": "^24.10.1", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.48.1", "@vitest/coverage-v8": "^4.0.15", "eslint": "^9.39.1", "eslint-config-prettier": "^10.0.1", "husky": "^9.0.0", "lint-staged": "^15.0.0", "prettier": "^3.5.0", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.7.3", "typescript-eslint": "^8.48.1", "vitest": "^4.0.15" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/1yhy/Figma-Context-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server