MCP Bliss Logo

MCP BLISS

Download MCP BlissGet started in seconds – free download, easy install.
Tool Icon

Figma v1.0.0

Slug: figma-mcp
Author: FigmaMCP
designuiinterfacecollaboration
Figma MCP allows you to interact with Figma designs and projects through simple commands. It enables you to view, query, and extract information from Figma files without needing to directly use the Figma interface.
Capabilities:
Access Figma design filesExtract design components and assetsQuery design specificationsIntegrate design information with AI assistants
Examples:
  • "Show me the color palette from my team's design system."
  • "Extract the dimensions of the hero component in our homepage design."
  • "List all text styles used in the current project."
Script:
{
  "command": "npx",
  "args": [
    "figma-mcp"
  ],
  "env": {
    "FIGMA_API_KEY": "{{figmaApiKey}}"
  }
}