PackkitLabs

packkit-mcp

Community PackkitLabs
Updated

MCP server for Packkit — scaffold, upgrade & compose fullstack projects in any supported language (JS/TS, Python, Go) as a native AI-agent tool

packkit-mcp

npm

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

It also exposes a compose_fullstack tool that stitches a static frontend + a servicebackend from any generators into one fullstack repo (e.g. React + FastAPI).

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

Tool What it does
list_generators List every generator (language target) with maturity + capabilities. Start here.
list_presets List a generator's presets (experimental hidden unless asked).
get_generator_schema A generator's full option schema (options, choices, defaults).
generate_project Preview a project (file tree + stack + deployment contract), or write: true to scaffold to disk.
plan_upgrade Baseline-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 nolanguage-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

MCP Server · Populars

MCP Server · New

    JanYork

    LWC — Proactive Memory for AI Agents

    Agent-driven proactive memory CLI for AI agents — autonomously recall, maintain, and evolve persistent, source-grounded knowledge across sessions.

    Community JanYork
    mixelpixx

    Konnect *BETA Release

    AI-assisted PCB design for KiCAD 10. Native KiCAD plugin — a single Rust binary exposing 171 schematic, layout, routing, design-review, and manufacturing tools to Claude, or the LLM of your choosing

    Community mixelpixx
    mixelpixx

    Nimrod

    Web research for Claude over MCP: quality-scored Google search, clean extraction, deep research. Hosted connector for claude.ai/Desktop/Code + Nimrod Desktop toolkit (skills, agent, hooks).

    Community mixelpixx
    icesixgod

    Codex Trajectory

    Privacy-aware trajectory viewer for local Codex task logs

    Community icesixgod
    Minima-AI-Inc

    minima

    On-premises conversational RAG with configurable containers

    Community Minima-AI-Inc