Skip to main content
Glama

Figma MCP Server

by sichang824
package.json1.65 kB
{ "name": "figma-mcp-server", "version": "1.0.0", "description": "MCP server for accessing Figma API with widget support", "type": "module", "main": "dist/index.js", "scripts": { "start": "bun run dist/index.js", "dev": "bun --watch src/index.ts", "mcp": "bun --watch src/index.ts", "build": "bun build src/index.ts --outdir dist --target node", "build:mcp": "bun build src/index.ts --outdir dist --target node", "build:widget": "bun build src/widget/widget.tsx --outfile dist/widget-code.js --target browser", "dev:widget": "bun build src/widget/widget.tsx --outfile dist/widget-code.js --target browser --watch", "build:plugin": "bun build src/plugin/code.ts --outfile src/plugin/code.js --target browser", "dev:plugin": "bun build src/plugin/code.ts --outfile src/plugin/code.js --target browser --watch", "test": "bun test" }, "keywords": [ "figma", "api", "mcp", "server", "widget" ], "author": "", "license": "MIT", "dependencies": { "@create-figma-plugin/ui": "^4.0.0", "@create-figma-plugin/utilities": "^4.0.0", "@figma/rest-api-spec": "^0.27.0", "@figma/widget-typings": "^1.11.0", "@modelcontextprotocol/sdk": "^1.9.0", "@types/ws": "^8.18.1", "axios": "^1.6.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^5.1.0", "js-yaml": "^4.1.0", "ws": "^8.18.1", "zod": "^3.24.2" }, "devDependencies": { "@figma/plugin-typings": "^1.109.0", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/js-yaml": "^4.0.9", "@types/node": "^20.10.0", "typescript": "^5.3.2" } }

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

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