A curated set of production-ready template projects for rapid MCP server development. Select a template, specify it with the --example flag when running npx create-xmcp-app, and bootstrap a fully configured application environment.
npx create-xmcp-app --example <template-folder-name>Available folders live in the repository root (e.g., nextjs, react, openai, typescript).
Add your own template at the repository root, keep it minimal and documented, and open a PR. Community examples are welcome.
Prettier is scoped to repo-level files only. Run pnpm format from the root to format shared metadata; individual templates can keep their own formatting preferences.