Stats
Actions
Tags
From better-t-stack
Provides local tools for initializing and managing better-t-stack projects. Runs a CLI scaffolder to set up full-stack TypeScript applications.
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