mcp-typescript-starter
If you are the rightful owner of mcp-typescript-starter and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A starter MCP server implementation using TypeScript, inspired by the Go version.
The MCP TypeScript Starter is a foundational implementation of a Model Context Protocol (MCP) server using TypeScript. It is designed to provide developers with a robust starting point for building MCP servers, drawing inspiration from a similar implementation in Go. This starter kit includes essential features and tools to facilitate the development process, such as customizable greetings and resource serving capabilities. The server can be run in development mode using ts-node or as a compiled version, offering flexibility in deployment. Environment variables allow for customization, and the project is licensed under MIT, making it open for modification and distribution.
Features
- Customizable greeting using environment variables
- Development and production modes
- Resource serving capabilities
- TypeScript implementation for type safety
- Inspired by a Go version for cross-language familiarity
Tools
hello
Says hello to someone (uses MCP_GREETING)