Skip to main content
Glama

Figma to Flutter MCP Server

by mhmzdev
package.jsonโ€ข1.46 kB
{ "name": "figma-flutter-mcp", "version": "0.3.3", "description": "MCP server for Figma to Flutter conversion", "type": "module", "main": "dist/cli.js", "bin": { "figma-flutter-mcp": "dist/cli.js" }, "files": [ "dist/**/*", "README.md", "LICENSE.md" ], "scripts": { "build": "tsc", "start": "node dist/cli.js", "dev": "tsx src/cli.ts --http", "dev:stdio": "tsx src/cli.ts --stdio", "dev:port": "tsx src/cli.ts --http --port", "dev:remote": "tsx src/cli.ts --remote --port 3333", "changeset": "changeset add", "version": "changeset version && npm install --lockfile-only", "release": "changeset publish" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "cors": "^2.8.5", "dotenv": "^17.2.1", "express": "^4.18.2", "node-fetch": "^3.3.2", "yargs": "^17.7.2", "zod": "^3.22.4" }, "devDependencies": { "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.29.6", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.10.0", "@types/node-fetch": "^2.6.9", "@types/yargs": "^17.0.32", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "keywords": [ "figma", "flutter", "mcp", "claude", "design" ], "repository": "github:mhmzdev/figma-flutter-mcp", "homepage": "https://github.com/mhmzdev/figma-flutter-mcp#readme", "engines": { "node": ">=18.0.0" } }

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/mhmzdev/figma-flutter-mcp'

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