Serversio.github.felixAnhalt/figma-to-code-mcp
M

io.github.felixAnhalt/figma-to-code-mcp

io.github.felixAnhalt/figma-to-code-mcp · v0.28.2
▦ npm
v0.28.2npm npm: @tmegit/figma-to-code-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.felixAnhalt/figma-to-code-mcp",
  "description": "LLM-optimized Figma MCP server.",
  "repository": {
    "url": "https://github.com/felixAnhalt/figma-to-code-mcp",
    "source": "github"
  },
  "version": "0.28.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tmegit/figma-to-code-mcp",
      "version": "0.28.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "--stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FIGMA_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}