← Back to Plugins
MCP Server MCP

io.github.felixAnhalt/Figma-Context-MCP

github By github 👁 1 views ▲ 0 votes

LLM-optimized Figma MCP server.

Homepage Verified source GitHub

Install

npx -y @tmegit/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tmegit/figma-developer-mcp",
      "version": "0.13.0",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...