packkit-mcp
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 (optionalgit init+ install).
Related MCP server: npm-run-mcp-server
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".
License
MIT © DanMat
Maintenance
Latest Blog Posts
- 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/DanMat/create-packkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server