The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
{
"mcpServers": {
"nitrostack": {
"args": [
"-y",
"@nitrostack/cli"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
- Node.js >= 20.18 (download)
Is it safe?
No known CVEs for @nitrostack/cli.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 2 days ago. 114 stars. 238 weekly downloads.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
1 tool. ~100 tokens (0.0% of 200K).
This server supports HTTP transport. Be the first to test it — help the community know if it works.
No known vulnerabilities.
search_productsSearch the product catalog
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCPSDK.dev(ToolSDK.ai)'s Awesome MCP Servers and Packages Registry and Database with Structured JSON configurations. Supports OAuth2.1, DCR...
Prismer Cloud
MCP Security Weekly
Get CVE alerts and security updates for Nitrostack and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
<div align="center">
<a href="https://nitrostack.ai">
<img src="logo.png" alt="NitroStack" width="120" />
</a>
<h1>NitroStack</h1>
<p><strong>The enterprise-grade TypeScript framework for building production-ready MCP servers.</strong></p>
<p>Decorators. Dependency Injection. Widgets. One framework to ship AI-native backends.</p>
<br />
<a href="https://www.npmjs.com/package/@nitrostack/core"><img src="https://img.shields.io/npm/v/@nitrostack/core?style=flat-square&label=%40nitrostack%2Fcore&color=cb0000" alt="npm version" /></a>
<a href="https://www.npmjs.com/package/@nitrostack/core"><img src="https://img.shields.io/npm/dm/@nitrostack/core?style=flat-square&color=cb0000" alt="npm downloads" /></a>
<a href="https://github.com/nitrocloudofficial/nitrostack"><img src="https://img.shields.io/github/stars/nitrocloudofficial/nitrostack?style=flat-square&color=cb0000" alt="GitHub stars" /></a>
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue?style=flat-square" alt="License" /></a>
<a href="https://discord.gg/uVWey6UhuD"><img src="https://img.shields.io/badge/Discord-Join%20Community-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord" /></a>
<a href="https://x.com/nitrostackai"><img src="https://img.shields.io/badge/Follow-000000?style=flat-square&logo=x&logoColor=white" alt="X" /></a>
<a href="https://www.youtube.com/@nitrostackai"><img src="https://img.shields.io/badge/YouTube-Subscribe-FF0000?style=flat-square&logo=youtube&logoColor=white" alt="YouTube" /></a>
<a href="https://linkedin.com/company/nitrostack-ai/"><img src="https://img.shields.io/badge/LinkedIn-Follow-0A66C2?style=flat-square&logo=linkedin&logoColor=white" alt="LinkedIn" /></a>
<a href="https://github.com/nitrostackai"><img src="https://img.shields.io/badge/GitHub-Organization-181717?style=flat-square&logo=github&logoColor=white" alt="GitHub" /></a>
<br />
<br />
<a href="https://docs.nitrostack.ai"><strong>Documentation</strong></a> ·
<a href="https://docs.nitrostack.ai/quick-start"><strong>Quick Start</strong></a> ·
<a href="https://blog.nitrostack.ai"><strong>Blog</strong></a> ·
<a href="https://nitrostack.ai/studio"><strong>NitroStudio</strong></a> ·
<a href="https://discord.gg/uVWey6UhuD"><strong>Discord</strong></a>
<br />
<br />
</div>
---
## Quick Start
### Prerequisites
- **Node.js** >= 20.18 ([download](https://nodejs.org/))
- **npm** >= 9
### 1. Scaffold a new project
```bash
npx @nitrostack/cli init my-server
```

### 2. Start developing
```bash
cd my-server
npm install
npm run dev
```
Your MCP server is running. Connect it to any MCP-compatible client.
### 3. Open in NitroStudio
Once your project is scaffolded, open the same folder in NitroStudio for visual testing and debugging.
- Download: <https:/
... [View full README on GitHub]