๐ง
my-mcp-server
๐งMCP Serverssuyjk-del/my-mcp-server
What it does
|TypeScript boilerplate for quickly building MCP servers, with example tools (calculator, greeting) and resources.
Overview
my-mcp-server is a TypeScript boilerplate for quickly building MCP servers using the MCP SDK. It provides a ready-to-use project structure with example tools (calculator, greeting) and resources, along with detailed Korean-language documentation for adding custom tools and resources.
Key Features
- Example Tools Included โ Ships with a working calculator tool (add, subtract, multiply, divide) and greeting tool as implementation references
- Zod Schema Validation โ Uses Zod for defining tool input schemas with type-safe parameter validation and descriptions
- Resource Support โ Includes server info resource implementation showing how to expose data through the MCP resource protocol
- Detailed Development Guide โ Provides step-by-step Korean documentation for adding custom tools and resources, including complex examples like weather API integration
Who is this for?
Developers who want a clean starting point for building custom MCP servers in TypeScript. It is particularly useful for Korean-speaking developers getting started with MCP server development who want working examples and clear documentation to build upon.
remotehostedrepositorycontext
Installation
Claude CodeAuto-generated from README. View full documentation on GitHub โ
claude mcp add typescript-mcp-server -- node /ABSOLUTE/PATH/TO/YOUR/PROJECT/build/index.jsServer ConfigurationServer configuration (JSON)
{
"mcpServers": {
"typescript-mcp-server": {
"command": ...0
Last UpdatedNov 27, 2025