MCP Directory
Back

mcp-server-typescript-template

by zubhav · TypeScript · ★ 0

MCP Server Template using @modelcontextprotocol Typescript SDK

Install

npx -y github:zubhav/mcp-server-typescript-template

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-server-typescript-template": {
      "command": "npx",
      "args": [
        "-y",
        "github:zubhav/mcp-server-typescript-template"
      ]
    }
  }
}

From the README

A template repository for building Model Context Protocol (MCP) tools. This template provides a foundation for creating MCP-compatible tools that can be used with AI agents. Each tool follows the Model Context Protocol specification for standardized AI tool interactions. Tools are defined in the directory. Each tool should: 1. Define input/output schemas using Zod 2. Implement the MCP protocol interface 3. Include comprehensive tests Run the test suite:
Read full README on GitHub →

Related other servers