Skip to main content
Glama
PackkitLabs

packkit-mcp

Official
by PackkitLabs

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 (optional git 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".

Also listed on the official MCP registry as io.github.PackkitJS/packkit-mcp and on Glama.

Releasing

Publishing a new version touches npm, the official MCP registry and Glama — see RELEASING.md.

License

MIT © DanMat

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
5hResponse time
0dRelease cycle
38Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to manage development workflows by running build commands, executing tests, analyzing package.json files, installing dependencies, and performing code linting. Supports multiple package managers (npm, yarn, pnpm) and provides detailed error reporting for development operations.
    5
  • A
    license
    B
    quality
    C
    maintenance
    Exposes your project's package.json scripts as MCP tools, allowing AI assistants to discover and execute npm/yarn/pnpm/bun scripts directly. Automatically detects your package manager and enables running scripts with optional arguments through natural language commands.
    5
    82
    3
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Enables rapid creation of new projects from predefined templates including React, Node.js, Django, Flask, and more. Provides comprehensive project scaffolding with file system operations, template management, and command execution capabilities.
  • A
    license
    -
    quality
    A
    maintenance
    Enables AI coding agents to generate standardized code using scaffolding templates, enforce architectural patterns, and validate outputs programmatically. Supports creating projects from boilerplates and adding features to existing codebases while maintaining team conventions.
    160
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

  • Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.

  • Git-backed platform for skills, tools, and context for AI agents

  • Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.

View all MCP Connectors

Latest Blog Posts

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/PackkitLabs/create-packkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server