Back to Apps

NitroStack Starter
Supports UIby nishanth1725
A comprehensive template for building MCP apps with TypeScript, Zod, and UI widgets via NitroStack.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
NitroStack Starter provides a production-ready architectural blueprint for creating MCP Apps. It integrates a calculator-focused MCP server with custom UI widgets, allowing developers to quickly prototype interactive AI tools with validated data schemas.
Key features
- Full-Stack Blueprint: Pre-configured structure for tools, resources, and prompts.
- Type Safety: Integrated TypeScript and Zod validation for all MCP interactions.
- UI Widgets: Ready-to-use widget project structure for rich frontend experiences.
- Fast Development: Optimized npm scripts for building and deploying via NitroStack CLI.
Installation
Initialize using the NitroStack CLI:
npx @nitrostack/cli init my-server --template typescript-starter
For Claude Desktop, configure the built server:
{
"mcpServers": {
"nitro-starter": {
"command": "node",
"args": ["/path/to/dist/index.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx @nitrostack/cli init my-server --template typescript-starterInformation
- Pricing
- free
- Published
- 7/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure the built dist/index.js via node





