Figma MCP ServerServer

TimHolden
GitHub
FigmaMCPAPI Integration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that integrates with the Figma API for read-only access to Figma files and projects, supporting design token and theme management.

📝 JSON Entries

{
  "mcpServers": [
    {
      "figma": {
        "env": {
          "FIGMA_ACCESS_TOKEN": "your_token_here"
        },
        "args": [
          "/ABSOLUTE/PATH/TO/figma-mcp-server/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get-filelist-files

Features

  • Integration with Figma API
  • Read-only operations on Figma files
  • Design system and theme management
  • Error handling and monitoring

💬 Example Queries

  • Get Figma file details
  • List files in a Figma project
  • Create a design system variable
  • Create and configure a theme