Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Repository files navigation

create-typescript-server NPM Version

A command line tool for quickly scaffolding new MCP (Model Context Protocol) servers.

Getting Started

# 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:

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 available

License

This project is licensed under the MIT License—see the LICENSE file for details.

About

CLI tool to create a new TypeScript MCP server

Resources

Code of conduct

Contributing

Security policy

Stars

170 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages