Skip to main content
Glama

Figma MCP Server

by moonray
FROM node:20-slim WORKDIR /app # Copy package files and install dependencies COPY package*.json ./ RUN npm ci # Copy source code COPY . . # Build TypeScript code RUN npm run build # Set permissions for executable RUN chmod +x dist/index.js # Expose the server port EXPOSE 3000 # Start the server CMD ["npm", "start"]

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

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