Skip to content
Claude Desktop

Packkit for Claude Desktop

io.github.danmat/packkit-mcp

Scaffold modern npm packages, CLIs, services and apps as a native tool for AI agents.

client:Claude Desktop transport:stdio runtime:npm

Install Packkit in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "packkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "packkit-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Packkit in other clients