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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers