MCP Directory
Back

MCP-TypeScript-SDK

by Hng2725 · TypeScript · ★ 0

Learn @modelcontextprotocol/sdk: tool schemas, handler implementation, error handling, and server lifecycle management.

Install

npx -y github:Hng2725/MCP-TypeScript-SDK

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-typescript-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "github:Hng2725/MCP-TypeScript-SDK"
      ]
    }
  }
}

From the README

Thư viện giúp chia các tool ra thành các server độc lập. Nó tự động bọc Tool của bạn lại bằng chuẩn JSON-RPC. Nhờ vậy, bây giờ không chỉ con Chatbot của bạn dùng được Tool đó, mà bạn có thể cắm nó vào Claude Desktop, Cursor IDE, hay bất kỳ AI nào hỗ trợ chuẩn MCP. --- Mở terminal tại thư mục gốc của dự án và chạy lệnh sau: Tạo file tại thư mục gốc của dự án (nếu chưa có) và điền API Key của Anthropic: Để khởi động MCP Client, kết nối trực tiếp đến MCP Server, và thực hiện truy vấn đa bước (multi-turn ReAct loop) bằng Claude, hãy chạy lệnh sau: *By Hng2725*
Read full README on GitHub →

Related other servers