🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

packkit-mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

packkit-mcp

MCP server for Packkit — let AI agents scaffold modern npm packages, CLIs, services, and apps as a native tool.

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
169
-79.14%
Maintainers
1
Weekly downloads
 
Created
Source

packkit-mcp

An MCP server for Packkit — let AI agents (Claude Desktop, Cursor, Windsurf, …) scaffold modern npm packages, CLIs, HTTP services, and front-end apps as a native tool.

Tools

  • packkit_schema — every option, preset, and alias as JSON (call first to learn the interface).
  • packkit_preview — the files a config would generate, without writing anything.
  • packkit_scaffold — generate a project to disk (optional git init + install).

Setup

Add to your MCP client config (e.g. Claude Desktop's claude_desktop_config.json):

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

Then ask your agent things like "scaffold a React component library called ui with Storybook" or "preview a Hono service named api".

Also listed on the official MCP registry as io.github.PackkitJS/packkit-mcp and on Glama.

Releasing

Publishing a new version touches npm, the official MCP registry and Glama — see RELEASING.md.

License

MIT © DanMat

Keywords

mcp

FAQs

Package last updated on 03 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts