packkit-mcp
OfficialProvides tools to scaffold and upgrade modern JavaScript projects (libraries, CLIs, services, SPAs, monorepos) using Packkit generators, including previewing file trees and planning upgrades.
Provides tools to scaffold and upgrade Python projects (libraries, CLIs) using Packkit generators, including previewing file trees and planning upgrades.
Provides tools to scaffold and upgrade modern TypeScript projects (libraries, CLIs, services, SPAs, monorepos) using Packkit generators, including previewing file trees and planning upgrades.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@packkit-mcpList the available project generators"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
packkit-mcp
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 / TypeScript —
create-packkit(libraries, CLIs, services, SPAs, monorepos)Python —
create-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"]
}
}
}Related MCP server: Photon MCP Server
Tools
Tool | What it does |
| List every generator (language target) with maturity + capabilities. Start here. |
| List a generator's presets (experimental hidden unless asked). |
| A generator's full option schema (options, choices, defaults). |
| Preview a project (file tree + stack + deployment contract), or |
| Baseline-aware three-way upgrade plan for an existing project — template changes vs your edits, writes nothing. |
The typical flow: list_generators → list_presets / get_generator_schema →
generate_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
Maintenance
Related MCP Servers
- AlicenseBqualityDmaintenanceAn intelligent tool that automates the setup of new Model Context Protocol (MCP) server projects through a conversational interface. It generates project structures, technical specifications, and context-rich documentation to streamline AI-assisted development in TypeScript or Python.103MIT
- Alicense-qualityBmaintenanceAutomatically generates MCP tools, CLI, and web UI from TypeScript methods, enabling AI agents and chat clients to interact with custom capabilities defined once.15898MIT
- Alicense-qualityBmaintenanceMulti-project execution, memory, and collaboration platform for humans and AI agents, providing MCP tools for agents to read and write project state.2MIT
- Flicense-qualityDmaintenanceMulti-stack scaffolding engine for generating production-ready module structures (NestJS, Java Spring, Python FastAPI) directly from an MCP-compatible AI client, reducing token usage for boilerplate code.
Related MCP Connectors
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PackkitJS/packkit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server