Skip to content
VS Code

melta UI for VS Code

io.github.tsubotax/melta-ui

AI-Ready design system MCP: melta UI tokens, component contracts, 99 rules, check_html self-verify

client:VS Code transport:stdio runtime:npm

Install melta UI in VS Code

.vscode/mcp.json

{
  "servers": {
    "melta-ui": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "melta-ds-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

melta UI in other clients