loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

node-mcp-template

MCP Tool

mikedidomizio/node-mcp-template

Quick Starter template MCP Node

Install

$ npx loaditout add mikedidomizio/node-mcp-template

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "node-mcp-template": {
      "command": "npx",
      "args": [
        "-y",
        "node-mcp-template"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Quick Starter Node MCP Template

A quick start TypeScript template for building an MCP server with Node.

This template currently includes one example tool:

  • add_two_numbers - adds two numbers and returns the result as text content.
What is included

Built on top of the instructions provided here, but includes goodies like Vitest, Prettier, ESLint.

Requirements
  • Node.js 24
Install
npm install
Scripts
  • npm run dev - run the MCP server directly from TypeScript with tsx
  • npm run build - compile TypeScript to dist/
  • npm run test - run unit tests with Vitest
  • npm run lint - run ESLint
  • npm run open-config - open/create Claude Desktop config file
Run the server

For local development:

npm run dev

For compiled output:

npm run build
node ./dist/index.js
Claude Desktop setup (example)

Open your Claude config:

npm run open-config

Then add an MCP server entry (update paths for your machine):

{
  "mcpServers": {
	"add_two_numbers": {
	  "command": "node",
	  "args": ["/PATH/TO/PROJECT/dist/index.js"]
	}
  }
}

Build before launching Claude when using the dist entry above.

Test
npm run test

Tags

mcpmcp-servertypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/mikedidomizio/node-mcp-template)](https://loaditout.ai/skills/mikedidomizio/node-mcp-template)