← Back to Plugins
MCP Server MCP

Figma MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server enabling AI assistants to interact with Figma designs via natural language commands

Homepage Verified source GitHub

Install

npx -y @oabolade-pegasus/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@oabolade-pegasus/figma-mcp-server",
      "version": "2.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Figma Personal Access Token for API authentication. Get yours at https://www.figma.com/developers/api#access-tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FIGMA_ACCESS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...