create-fiberplane
v0.0.1
Published
An interactive CLI to create MCP (Model Context Protocol) projects with Fiberplane
Readme
create-fiberplane
An interactive CLI to create MCP (Model Context Protocol) projects with Fiberplane.
Usage
npm create fiberplane@latest [project-name]Features
- 🚀 Interactive project setup
- 📦 Automatic dependency installation
- 🤖 AI assistant integration (Cursor, Claude Code, VSCode, Windsurf)
- 🔧 Git initialization
- ☁️ Fiberplane deployment configuration
- 📋 MCP template scaffolding
Flow
- Target directory? - Project directory name (default: "echo-mcp")
- Install AI assistance? - Choose your preferred AI coding assistant
- Install dependencies? - Automatically install project dependencies
- Initialize git? - Set up git repository (skipped if already in a git repo)
- "Make it live" (Deploy with Fiberplane?) - Configure Fiberplane deployment
Development
# Install dependencies
pnpm install
# Build the CLI
pnpm build
# Test locally
pnpm dev
# Format code
pnpm formatLicense
MIT
