MCP Server
Let AI agents scaffold and modify fullstack projects programmatically. Works with Claude, Cursor, VS Code, and any MCP-compatible client.
Setup
Register the server with your AI agent. No hosting required — runs locally via stdio.
claude mcp add --transport stdio better-fullstack -- npx create-better-fullstack mcp7 Tools
Discover, validate, preview, and create — all via structured tool calls.
bfs_get_guidanceWorkflow rules, field semantics, and critical constraints
bfs_get_schemaValid options for any category, filterable by ecosystem
bfs_check_compatibilityValidate stack combinations with auto-adjustments
bfs_plan_projectDry-run preview — generates file tree in memory
bfs_create_projectScaffold a new project to disk
bfs_plan_additionValidate proposed addons for an existing project
bfs_add_featureAdd features to an existing project
3 Resources
Read-only context agents can fetch for reference.
docs://compatibility-rulesWhich stack combinations are validdocs://stack-optionsAll technology options per categorydocs://getting-startedQuick-start recipes per ecosystemHow it works
Just describe what you want. The agent calls the right tools in order.
You say:
“Create a fullstack TypeScript app with Next.js, Hono, Drizzle, and PostgreSQL”
bfs_get_guidanceLearn the rules
bfs_get_schemaDiscover valid options
bfs_check_compatibilityValidate the stack
bfs_plan_projectPreview file tree
bfs_create_projectScaffold to disk
Tips
- —
frontendis an array — supports multiple frontends in one monorepo - —
"none"means skip, not “use the default” - —Set
ecosystemfirst — it determines which fields are relevant - —Dependencies are never installed — the agent tells the user to run install manually