nodejs-mcp-server-starter

kikplate/nodejs-mcp-server-starter
★ 0 stars Go Template File System Updated today
A starter plate for MCP server in nodejs
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nodejs-mcp-server-st": {
      "command": "npx",
      "args": [
        "-y",
        "kikplate/nodejs-mcp-server-starter"
      ]
    }
  }
}

README Excerpt

This repository is a Kikplate template for generating a more advanced TypeScript Node.js MCP server starter. The template is defined by plate.yaml values.yaml and the files inside templates with tmpl extensions. You can customize the project name package name Node.js version server metadata instructions resources prompts and optional modules through the schema in plate.yaml.