MCP Hub
Back to servers

Starter MCP Server

A TypeScript-based template for building Model Context Protocol (MCP) servers, providing a foundational structure with configuration and debugging utilities. It serves as a boilerplate for developers to quickly bootstrap new MCP server implementations.

Stars
1
Updated
Dec 13, 2025
Validated
Mar 4, 2026

starter-mcp-server

npm version npm downloads bundle JSDocs License

description

Dev

Running the Client

pnpm build

# run client
node dist/index.mjs path/to/build/index.js # node server

Config MCP Servers

mcp.json

{
  "mcpServers": {
    "starter": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/starter/dist/index.mjs"]
    }
  }
}

Use MCP Inspector to debug

pnpx @modelcontextprotocol/inspector node dist/index.mjs

Release

# first
pnpm publish
# future release
pnpm run release

Ref

Reviews

No reviews yet

Sign in to write a review