New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

packkit-mcp

Package Overview
Dependencies
Maintainers
1
Versions
16
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 and upgrade modern projects in any supported language (JS/TS, Python) as a native tool.

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
165
-34.52%
Maintainers
1
Weekly downloads
 
Created
Source

packkit-mcp

npm

The Packkit Model Context Protocol server — let AI agents (Claude Desktop, Cursor, VS Code, …) scaffold and upgrade modern projects as a native tool. It fronts every Packkit generator through the @packkit/core protocol, so the same tools work across languages:

  • JavaScript / TypeScriptcreate-packkit (libraries, CLIs, services, SPAs, monorepos)
  • Pythoncreate-packkit-py (libraries, CLIs)

Adding a language later is one registry.register(...) line here — the tools don't change.

Install

Point your MCP client at the published package (no install needed — npx fetches it):

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

Tools

ToolWhat it does
list_generatorsList every generator (language target) with maturity + capabilities. Start here.
list_presetsList a generator's presets (experimental hidden unless asked).
get_generator_schemaA generator's full option schema (options, choices, defaults).
generate_projectPreview a project (file tree + stack + deployment contract), or write: true to scaffold to disk.
plan_upgradeBaseline-aware three-way upgrade plan for an existing project — template changes vs your edits, writes nothing.

The typical flow: list_generatorslist_presets / get_generator_schemagenerate_project. All generation is protocol-driven; the server holds no language-specific logic.

Develop

npm install
npm run smoke     # boot the server over MCP stdio and exercise both generators
npm run check     # server.json sync check + smoke (what CI runs)

Releases are automated with Changesets — see RELEASING.md.

License

MIT © DanMat

Keywords

mcp

FAQs

Package last updated on 12 Aug 2026

Related posts