Ts-Demo
0
Provides a basic Model Context Protocol (MCP) server implementation using TypeScript and the Bun runtime.
About
Ts-Demo is a basic Model Context Protocol (MCP) server implementation built using TypeScript and the Bun runtime. It serves as a template for developers looking to create MCP servers with TypeScript, featuring server initialization with stdio transport, tool registration and handling, TypeScript type safety, and the speed of the Bun runtime. The project includes example tools like a greeting tool and a number addition tool, and it provides clear instructions for adding new tools and integrating with Claude Desktop.
Key Features
- Server initialization with stdio transport
- TypeScript type safety
- Uses Bun runtime for fast execution
- Includes example tools (greet, add_numbers)
- Tool registration and handling
- 0 GitHub stars
Use Cases
- Integrating MCP servers with Claude Desktop
- Developing custom tools for MCP servers
- Building MCP servers with TypeScript