Stats
Actions
Tags
From better-t-stack
Scaffolds a new Better-T stack project (TypeScript monorepo with Next.js, tRPC, Prisma, Tailwind, and more) via an interactive CLI. Runs locally with no external API keys.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"better-t-stack": {
"command": "npx",
"args": [
"-y",
"create-better-t-stack@latest",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub amanvarshney01/create-better-t-stack --plugin better-t-stack