create-xmcp-app
v0.5.5
Published
Create xmcp apps with one command
Readme
create-xmcp-app
The easiest way to get started with xmcp is by using create-xmcp-app. This CLI tool allows you to scaffold a template project with all the necessary files and dependencies to get you up and running quickly.
Usage
npx create-xmcp-app@latestYou will be asked for the project name and then guided through a series of prompts to configure your project.
Options
-y, --yes: Skip all confirmation prompts and use defaults--use-npm: Use npm as package manager (default)--use-yarn: Use yarn as package manager--use-pnpm: Use pnpm as package manager--use-bun: Use bun as package manager--skip-install: Skip installing dependencies--http: Enable HTTP transport--stdio: Enable STDIO transport
Getting Started
- Visit xmcp.dev to learn more about the project.
- Visit xmcp.dev/docs to view the full documentation.
License
This project is licensed under the MIT License - see the LICENSE file for details.
