New:Socket for Asana Is Now Available.Learn more
Get Started

dashcraft-mcp-codegen

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashcraft-mcp-codegen

MCP server — convert dashboard images to dashcraft-core React code

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
15
87.5%
Maintainers
1
Weekly downloads
 
Created
Source

dashcraft-mcp-codegen

npm version

MCP server that turns a dashboard screenshot into working dashcraft-core React code — for Claude Desktop, Cursor, and any MCP client.

Install

npm install -g dashcraft-mcp-codegen

Configure (Claude Desktop / Cursor)

{
  "mcpServers": {
    "dashcraft": {
      "command": "dashcraft-codegen"
    }
  }
}

Set ANTHROPIC_API_KEY in the server environment for the vision step.

Tools

ToolWhat it does
analyze_dashboardReads a dashboard image and returns its widgets + grid layout as JSON
generate_codeEmits a ready-to-use dashcraft-core TSX component from that analysis
generate_projectReturns a complete, runnable Vite + React + TS project (as a zip)

Generated code targets the current dashcraft-core API: widgets render their own card and are positioned with defaultPosition / defaultSize under a <Dashboard persistenceKey ... defaultEditMode>.

License

MIT © Nishant Chaudhary

Keywords

mcp

FAQs

Package last updated on 04 Jul 2026

Related posts