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

Source
npmnpm
Version
0.2.3
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

@mcp-apps-kit/create-app

npm node license

CLI scaffolder for starting a new MCP app project using MCP Apps Kit.

It generates a ready-to-run project with server + UI code, so you can focus on tool definitions and your widget UI.

Use

You can run it without installing:

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

Or install globally:

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

Options

# 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

Templates:

  • react: React + TypeScript UI with hooks
  • vanilla: Vanilla TypeScript UI

After scaffolding

cd my-app
pnpm dev

Documentation & examples

  • Project overview: ../../README.md
  • Example projects (if you prefer copying instead of scaffolding):

License

MIT

Keywords

mcp

FAQs

Package last updated on 28 Dec 2025

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