The full-stack TypeScript framework to build, test, and deploy production-ready MCP servers and AI-native apps.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nitrostack": {
"command": "npx",
"args": [
"-y",
"nitrocloudofficial/nitrostack"
]
}
}
}
Run in terminal:
claude mcp add nitrostack npx -y nitrocloudofficial/nitrostack
Add to .cursor/mcp.json:
{
"mcpServers": {
"nitrostack": {
"command": "npx",
"args": [
"-y",
"nitrocloudofficial/nitrostack"
]
}
}
}