Provides a modern TypeScript template for rapidly building Model Context Protocol (MCP) servers.
This template offers a robust foundation for developing Model Context Protocol (MCP) servers using TypeScript. It integrates the fastmcp framework for high performance, zod for ensuring type-safe data validation, tsup for efficient, zero-configuration bundling, and @antfu/eslint-config for maintaining consistent code quality. It's designed for developers looking to quickly spin up a production-ready MCP server with a modern development stack, complete with live reload and a production build process.
Key Features
01Type-safe schema validation with Zod
02Zero-config TypeScript bundling via tsup
031 GitHub stars
04Opinionated ESLint configuration for code quality
05Live reload development mode
06Fast MCP server framework integration (fastmcp)
Use Cases
01Bootstrapping new Model Context Protocol server projects