Skip to main content
Glama
package.json2.58 kB
{ "name": "palette-mcp", "version": "1.1.3", "description": "MCP server for converting Figma designs to React/Vue components using design system", "main": "dist/index.js", "module": "src/smithery.ts", "type": "module", "bin": { "palette": "./dist/index.js", "palette-mcp": "./dist/index.js" }, "files": [ "dist/index.js", "dist/index.d.ts", "dist/server.js", "dist/server.d.ts", "dist/smithery.js", "dist/smithery.d.ts", "dist/services/**/*", "dist/utils/**/*", "src/index.ts", "src/server.ts", "src/smithery.ts", "src/services/**/*", "src/utils/**/*", "README.md", "LICENSE", "smithery.yaml" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "test:services": "tsx src/test.ts", "test:figma-tools": "tsx src/test-figma-tools.ts", "test:mcp-servers": "tsx src/test-mcp-servers.ts", "mcp": "node dist/index.js", "mcp:dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "design-system", "figma", "react", "vue", "cursor", "ai", "code-generation", "component-library", "smithery" ], "author": { "name": "KJH", "email": "kjh@deali.net" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Opti-kjh/palette.git" }, "homepage": "https://github.com/Opti-kjh/palette#readme", "bugs": { "url": "https://github.com/Opti-kjh/palette/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.0", "@smithery/sdk": "^2.1.0", "axios": "^1.6.0", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.2.1", "zod": "^3.22.0" }, "peerDependencies": { "@dealicious/design-system": "*", "@dealicious/design-system-react": "*" }, "peerDependenciesMeta": { "@dealicious/design-system": { "optional": true }, "@dealicious/design-system-react": { "optional": true } }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@types/puppeteer": "^7.0.4", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "jest": "^29.0.0", "tsx": "^4.20.6", "typescript": "^5.0.0" }, "publishConfig": { "access": "public" }, "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" }

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/Opti-kjh/palatte'

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