Back to Browse

Packkit MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Scaffold and upgrade modern projects (JS/TS, Python) as a native tool for AI agents.

About

Scaffold and upgrade modern projects (JS/TS, Python) as a native tool for AI agents.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

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:

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 all three generators
npm run check     # server.json sync check + smoke (what CI runs)

Releases are automated with Changesets — see RELEASING.md.

License

MIT © DanMat

Reviews

No reviews yet

Be the first to review this server!

Packkit MCP Server - Scaffold and upgrade modern projects (JS/TS, Python) as a | MCP Marketplace