Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Figma to React Native MCP
by
kailashAppDev
Verified
npm
GitHub
Developer Tools
Image & Video Processing
TypeScript
111
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
figma-mcp-toolkit
src
Dockerfile
.DS_Store
eslint.config.js
.gitignore
package.json
package-lock.json
.prettierrc
README.md
smithery.yaml
tsconfig.json
{ "name": "@kailashg101/mcp-figma-to-code", "version": "1.0.1", "description": "MCP server for converting Figma designs to React Native components", "main": "build/index.js", "type": "module", "keywords": [ "mcp", "figma", "react-native", "cursor", "components", "design-to-code" ], "author": "Kailash G", "license": "MIT", "bin": { "mcp-figma": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "dev": "ts-node-esm src/index.ts", "prepublishOnly": "npm run build" }, "files": [ "build", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "dotenv": "^16.4.5", "fs-extra": "^11.2.0", "lodash": "^4.17.21", "node-fetch": "^3.3.2", "ws": "^8.16.0", "zod": "^3.22.4" }, "devDependencies": { "@eslint/js": "^9.22.0", "@types/dotenv": "^8.2.0", "@types/node": "^20.11.24", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.3", "globals": "^16.0.0", "prettier": "^3.5.3", "ts-node": "^10.9.2", "typescript": "^5.3.3", "typescript-eslint": "^8.26.1" } }