CLI tool to create a new TypeScript MCP server JavaScript-based implementation.
165 stars
JavaScript
Updated Oct 27, 2025
Documentation
create-typescript-server 
A command line tool for quickly scaffolding new MCP (Model Context Protocol) servers.
Getting Started
bash
# Create a new server in the directory `my-server`
npx @modelcontextprotocol/create-server my-server
# With options
npx @modelcontextprotocol/create-server my-server --name "My MCP Server" --description "A custom MCP server"After creating your server:
bash
cd my-server # Navigate to server directory
npm install # Install dependencies
npm run build # Build once
# or...
npm run watch # Start TypeScript compiler in watch mode
# optional
npm link # Make your server binary globally availableLicense
This project is licensed under the MIT License—see the LICENSE file for details.
Similar MCP
Based on tags & features
Trending MCP
Most active this week