Basecoat UI MCP

Basecoat UI MCP

Local
@zygiu-zygis1TypeScriptMITUpdated Yesterday

Offline stdio MCP for Basecoat UI templates, composition guidance, and static validation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@intellmedia/basecoat-ui-mcpv1.0.2

Run

npx -y @intellmedia/basecoat-ui-mcp

MCP client config

{
  "mcpServers": {
    "basecoat-ui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@intellmedia/basecoat-ui-mcp"
      ]
    }
  }
}