mcpkit

Templates

Compare the four current templates and choose the right starting point for your MCP server.

The current template registry exposes four names:

  • basic
  • http
  • auth
  • full

Shared baseline

All templates generate:

  • package.json
  • tsconfig.json
  • src/index.ts
  • .gitignore
  • README.md
  • LICENSE
  • .vscode/mcp.json

Main decision points

  • transport style
  • operational complexity
  • whether auth is included
  • whether extra files like logger, health, and metrics are included

Continue with Choosing a template.

On this page