Skip to main content
Glama

Figma MCP Server

package.json802 B
{ "name": "figma-mcp", "version": "0.1.4", "description": "ModelContextProtocol server for Figma", "type": "module", "scripts": { "build": "esbuild index.ts --outfile=dist/index.cjs --bundle --platform=node --format=cjs --banner:js='#!/usr/bin/env node' && shx chmod +x dist/*.cjs", "prepare": "npm run build", "watch": "esbuild index.ts --outfile=dist/index.cjs --bundle --platform=node --format=cjs --banner:js='#!/usr/bin/env node' --watch" }, "bin": { "figma-mcp": "./dist/index.cjs" }, "files": [ "dist" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3", "axios": "^1.9.0" }, "devDependencies": { "@types/node": "^22.10.1", "esbuild": "^0.24.0", "prettier": "^3.4.2", "shx": "^0.3.4", "typescript": "^5.3.3" } }

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

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