Skip to content

Releases: ctonneslan/create-mcpx

v0.1.1

19 Mar 00:33

Choose a tag to compare

create-mcpx v0.1.1

Scaffold a new MCP server project in seconds.

npx create-mcpx

Features

  • 3 languages: TypeScript, Python, Go
  • 2 transports: stdio, Streamable HTTP (auto-detected from client selection)
  • 4 client configs: Claude Desktop, Cursor, VS Code, Windsurf — ready-to-paste JSON snippets in every generated README
  • Optional extras: Tests, Dockerfile, GitHub Actions CI
  • Post-scaffold: Auto git init, optional dependency install
  • Dry run: Preview generated files with --dry-run

Usage

# Interactive
npx create-mcpx

# Non-interactive
npx create-mcpx my-server --language typescript --clients claude-desktop,cursor --features tests,docker,ci

Install

npm install -g create-mcpx