Skip to content

Boilerplate

Free

by MCP Community

MCP boilerplate code for Node.js

v1.3.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Boilerplate MCP Server

MCP boilerplate code for Node.js

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @tigerdata/mcp-boilerplate
Add to claude_desktop_config.json
{
  "mcpServers": {
    "boilerplate": {
      "command": "npx",
      "args": ["-y", "@tigerdata/mcp-boilerplate"]
    }
  }
}