You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@mcp-apps-kit/create-app

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcp-apps-kit/create-app

CLI tool for scaffolding MCP applications

latest
Source
npmnpm
Version
0.5.0
Version published
Weekly downloads
19
850%
Maintainers
1
Weekly downloads
 
Created
Source

@mcp-apps-kit/create-app

npm node license

CLI tool for scaffolding MCP applications.

Scaffolds a ready-to-run project with server and UI code so you can focus on tool definitions and widget UI.

Table of Contents

Background

Starting a new MCP app requires wiring server tooling, UI code, and build scripts. This CLI creates a minimal, working project so you can iterate quickly.

Features

  • React and vanilla templates
  • Optional Vercel deployment configuration
  • Interactive prompts or non-interactive flags

Compatibility

  • Node.js: >= 20

Install

Run without installing:

npx @mcp-apps-kit/create-app@latest

Or install globally:

npm install -g @mcp-apps-kit/create-app
create-mcp-apps-kit

Usage

# Provide a name (otherwise it prompts)
npx @mcp-apps-kit/create-app@latest my-app

# Choose template
npx @mcp-apps-kit/create-app@latest my-app --template react
npx @mcp-apps-kit/create-app@latest my-app --template vanilla

# Pick output directory
npx @mcp-apps-kit/create-app@latest my-app --directory ./apps/my-app

# Skip install / git init
npx @mcp-apps-kit/create-app@latest my-app --skip-install
npx @mcp-apps-kit/create-app@latest my-app --skip-git

# Add Vercel configuration
npx @mcp-apps-kit/create-app@latest my-app --vercel

Examples

API

CLI entry point:

  • create-mcp-apps-kit [name]

Options:

  • -t, --template <react|vanilla>
  • -d, --directory <path>
  • --skip-install
  • --skip-git
  • --vercel

Contributing

See ../../CONTRIBUTING.md for development setup and guidelines. Issues and pull requests are welcome.

License

MIT

Keywords

mcp

FAQs

Package last updated on 14 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts