Figma Android Plugin
Freeby MCP Community
Figma-to-Android MCP plugin for analysis, asset extraction, and UI implementation.
v0.1.4Added Apr 12, 2026
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
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"]
}
}
}