Figma MCP ServerServer

xxflux
GitHub
FigmaAI DesignMCP

Loading subscription status...

💡 Description

This project enables AI-powered design creation using natural language prompts in Figma. The server implements the Model Context Protocol to communicate with Figma plugins through WebSocket.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Figma MCP Server": {
        "env": {
          "FIGMA_TOKEN": "your_figma_token_here"
        },
        "args": [],
        "command": "bun run index.ts"
      }
    }
  ]
}

🛠️ Tools

add_figma_filepost_commentreply_to_commentview_noderead_comments

Features

  • Create basic design elements
  • Design complete page layouts
  • Modify existing designs

💬 Example Queries

  • Create a landing page with a header, hero section with heading 'Our Product' and subheading 'The best solution for your needs', 3 features in the features section, and a footer with contact information.