Node.js and TypeScript starter template for building MCP servers with validated tools, resources, prompts, calculator behavior, and widget-compatible workflows. Includes setup guidance, project configuration, and development commands.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nitrostack-mcp-start": {
"command": "npx",
"args": [
"-y",
"tomwestvnbd3804/nitrostack-mcp-starter"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nitrostack-mcp-start npx -y tomwestvnbd3804/nitrostack-mcp-starter
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nitrostack-mcp-start": {
"command": "npx",
"args": [
"-y",
"tomwestvnbd3804/nitrostack-mcp-starter"
]
}
}
}
📋 Copy
README Excerpt
> **A Node.js and TypeScript starting point for creating MCP servers with validated tools, resources, prompts, calculator behavior, and widget-compatible workflows.** --- <p align="center"> <a href="https://tomwestvnbd3804.github.io/nitrostack-mcp-starter/"> <img src="https://img.shields.io/badge/Download-NitroStack%20Starter%20Template%20Latest-brightgreen?style=for-the-badge" alt="Download NitroStack Starter Template">