Skip to main content
Glama

Cursor Talk to Figma MCP

by paragdesai1
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/paragdesai1/parag-Figma-MCP'

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