The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Config is the same across clients — only the file and path differ.
{
"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.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @nitrostack/cli against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
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.
The enterprise-grade TypeScript framework for building production-ready MCP servers.
Decorators. Dependency Injection. Widgets. One framework to ship AI-native backends.
Documentation · Quick Start · Blog · NitroStudio · Discord
npx @nitrostack/cli init my-server

cd my-server
npm install
npm run dev
Your MCP server is running. Connect it to any MCP-compatible client.
Once your project is scaffolded, open the same folder in NitroStudio for visual testing and debugging.
my-server project folderBuilding MCP servers today means stitching together boilerplate, reinventing authentication, and hoping your tooling scales. NitroStack gives you an opinionated, batteries-included framework so you can focus on what your server actually does.