πŸ”§

Greeting & Utilities

πŸ”§MCP Server

devbrother2024/my-mcp-server-250925

VibeIndex|
What it does
|

TypeScript MCP server boilerplate project for quickly developing MCP servers using the MCP SDK, with built-in examples for calculator, greeting tools, and server info resources.

Overview

A TypeScript boilerplate project for quickly developing MCP servers using the MCP SDK. It comes with built-in example implementations of a calculator tool, greeting tool, and server info resource, serving as a starting point for building custom MCP servers.

Key Features

  • Ready-Made Tool Examples β€” Includes working implementations of a calculator (basic arithmetic with Zod schema validation) and greeting tool, demonstrating the MCP tool registration pattern
  • Resource Implementation β€” Shows how to expose MCP resources with a server info example that provides version and capability information
  • Clear Development Guide β€” Step-by-step documentation in Korean for adding new tools and resources, with TypeScript code examples using Zod schemas for input validation

Who is this for?

Developers who want to build custom MCP servers and need a clean starting template. Particularly useful for those new to the MCP SDK who want working code examples to learn from and extend, with Korean-language documentation.

remotehostedtimetask

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.js
Server ConfigurationServer configuration (JSON)
{ "mcpServers": { "typescript-mcp-server": { "command": ...
948
Last UpdatedMar 10, 2026