Skip to main content
Glama

FigmaMind MCP Server

by joao-loker
FROM node:18-alpine WORKDIR /app # Copy package files and install dependencies COPY package*.json ./ RUN npm ci --only=production # Copy application files COPY simple.js utils.js figmaService.js processor.js ./ # Create required directories RUN mkdir -p logs examples/output examples/output/assets # Set environment variables ENV NODE_ENV=production ENV FIGMA_TOKEN=DEFAULT_TOKEN_PLEASE_REPLACE # Command to start the server CMD ["node", "simple.js"]

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/joao-loker/FigmaMind'

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