# create-typescript-server

> MCP Server

This repository provides a command-line tool, `create-typescript-server`, for quickly scaffolding new Model Context Protocol (MCP) servers with customizable names and descriptions, streamlining server creation and setup. This repository provides a

## Overview

- **Category:** Developer Tools
- **Language:** JavaScript
- **Stars:** 170
- **Forks:** 40
- **Owner:** modelcontextprotocol
- **GitHub:** https://github.com/modelcontextprotocol/create-typescript-server
- **Homepage:** https://modelcontextprotocol.io
- **Created:** 2024-11-18T13:05:08+00:00
- **Updated:** 2025-03-28T17:09:25+00:00
- **Source:** https://model-context-protocol.com/servers/create-typescript-mcp-server-cli-tool

## Setup

## Setup

1.  Create a new server: `npx @modelcontextprotocol/create-server my-server`
2.  Create a new server with options: `npx @modelcontextprotocol/create-server my-server --name "My MCP Server" --description "A custom MCP server"`
3.  Navigate to server directory: `cd my-server`
4.  Install dependencies: `npm install`
5.  Build once: `npm run build`
6.  Start TypeScript compiler in watch mode: `npm run watch`
7.  Make your server binary globally available: `npm link`

## Tools

## Available Tools

1.  Command line tool (for quickly scaffolding new MCP servers)

