Template
Provides a comprehensive Model Context Protocol (MCP) server template for Node.js with TypeScript, supporting both stdio and SSE transports.
About
The Model Context Protocol (MCP) Template offers a robust and comprehensive foundation for developing custom MCP servers using Node.js and TypeScript. Designed for versatility, it supports both stdio and SSE (Server-Sent Events) transport modes, catering to diverse integration needs. The template comes equipped with essential features like authentication and logging, alongside a practical example of a weather tool to guide developers in implementing their own MCP functionalities.
Key Features
- Supports stdio and SSE transport modes
- Includes Docker support for simplified deployment
- Includes built-in authentication and logging
- Provides a sample weather tool for easy extension
- 1 GitHub stars
- Offers pre-configured project structure for Node.js and TypeScript
Use Cases
- Building custom Model Context Protocol (MCP) servers
- Integrating AI tools with applications like Claude Desktop
- Developing web-based MCP services via SSE endpoints