Skip to main content
Glama

Figma MCP Server

MIT License
106,929
10,969
  • Linux
  • Apple
server.json1.24 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", "name": "io.github.GLips/Figma-Context-MCP", "description": "Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.", "status": "active", "repository": { "url": "https://github.com/GLips/Figma-Context-MCP", "source": "github" }, "version": "0.5.2", "packages": [ { "registry_type": "npm", "registry_base_url": "https://registry.npmjs.org", "identifier": "figma-developer-mcp", "version": "0.5.2", "transport": { "type": "stdio" }, "package_arguments": [ { "type": "positional", "value": "--stdio" } ], "environment_variables": [ { "description": "Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens", "is_required": true, "format": "string", "is_secret": true, "name": "FIGMA_API_KEY" }, { "name": "NODE_ENV", "description": "Start the server in stdio mode, keep as CLI", "default": "cli" } ] } ] }

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/GLips/Figma-Context-MCP'

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