Skip to main content
Glama

Claude Talk to Figma MCP

by arinspunk
package.json2.16 kB
{ "name": "claude-talk-to-figma-mcp", "description": "Claude Desktop Talk to Figma MCP", "version": "0.6.1", "module": "dist/talk_to_figma_mcp/server.js", "main": "dist/talk_to_figma_mcp/server.js", "bin": { "claude-talk-to-figma-mcp": "dist/talk_to_figma_mcp/server.js", "claude-talk-to-figma-mcp-socket": "dist/socket.js" }, "files": [ "dist", "readme.md", "LICENSE", "TESTING.md", "CHANGELOG.md" ], "type": "module", "scripts": { "start": "bun run dist/talk_to_figma_mcp/server.js", "socket": "bun run dist/socket.js", "setup": "./scripts/setup.sh", "build": "tsup && chmod +x dist/talk_to_figma_mcp/server.js dist/socket.js", "build:win": "tsup", "build:watch": "tsup --watch", "dev": "bun run build:watch", "pack": "dxt pack", "sync-version": "VERSION=$(jq -r '.version' package.json) && jq --arg version \"$VERSION\" '.version = $version' manifest.json > manifest.tmp && mv manifest.tmp manifest.json", "build:dxt": "npm run sync-version && npm run build && npm run pack", "pub:release": "bun run build && npm publish", "configure-claude": "node scripts/configure-claude.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:integration": "node scripts/test-integration.js" }, "devDependencies": { "@anthropic-ai/dxt": "^0.2.0", "@types/bun": "latest", "@types/jest": "^29.5.12", "bun-types": "^1.2.9", "jest": "^29.7.0", "ts-jest": "^29.1.2", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "uuid": "latest", "ws": "latest", "zod": "latest" }, "keywords": [ "claude", "figma", "mcp", "plugin", "ai", "design", "automation" ], "author": "Xúlio Zé", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/arinspunk/claude-talk-to-figma-mcp.git" }, "bugs": { "url": "https://github.com/arinspunk/claude-talk-to-figma-mcp/issues" }, "homepage": "https://github.com/arinspunk/claude-talk-to-figma-mcp#readme" }

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/arinspunk/claude-talk-to-figma-mcp'

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