Skip to content

Figma Android Plugin

Free

by MCP Community

Figma-to-Android MCP plugin for analysis, asset extraction, and UI implementation.

v0.1.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Figma Android Plugin MCP Server

Figma-to-Android MCP plugin for analysis, asset extraction, and UI implementation.

Installation

npx -y @jhhlin/figma-android-plugin

Reviews

Leave a Review

Installation

Quick install
npx -y @jhhlin/figma-android-plugin
Add to claude_desktop_config.json
{
  "mcpServers": {
    "figma-android-plugin": {
      "command": "npx",
      "args": ["-y", "@jhhlin/figma-android-plugin"]
    }
  }
}