plugins marketplace
← All plugins

design-to-code

v1.14.0

Convert Figma designs and screenshots into production-ready code components with accessibility built-in

Claude Code1 MCP serverstdio

by Intent SolutionsMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp/design-to-code/ inside the repository.

Layout

plugins/mcp/design-to-code/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

design-converterstdio
command
node
args
dist/servers/design-converter.js

Manifests1

plugins/mcp/design-to-code/.claude-plugin/plugin.json
{
  "name": "design-to-code",
  "version": "1.14.0",
  "description": "Convert Figma designs and screenshots into production-ready code components with accessibility built-in",
  "author": {
    "name": "Intent Solutions",
    "url": "https://intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "figma",
    "design",
    "code-generation",
    "react",
    "svelte",
    "a11y",
    "mcp"
  ]
}