Skip to main content
Glama

Talk to Figma MCP

by grab
MIT License
1,756
5,344
  • Apple
  • Linux
Dockerfile375 B
# Use the Bun image as the base image FROM oven/bun:latest # Set the working directory in the container WORKDIR /app # Copy the current directory contents into the container at /app COPY package*.json ./ RUN bun install # Expose the port on which the API will listen EXPOSE 3055 # Run the server when the container launches CMD ["bun", "src/talk_to_figma_mcp/server.ts"]

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/grab/cursor-talk-to-figma-mcp'

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