
create-typescript-server
CLI tool to create a new TypeScript MCP server
3 years
Works with Finder
6
Github Watches
49
Github Forks
153
Github Stars
create-typescript-server 
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.
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Delivers concise Python code and interprets non-English comments
💬 MaxKB is a ready-to-use AI chatbot that integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities.
MCP server to provide Figma layout information to AI coding agents like Cursor
Python code to use the MCP3008 analog to digital converter with a Raspberry Pi or BeagleBone black.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Put an end to hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Reviews

user_0Ml8MNWy
As a devoted user of MCP applications, I must say that "create-typescript-server" by modelcontextprotocol is an impressive tool for setting up TypeScript servers quickly and efficiently. It simplifies the development process and ensures you have a robust and scalable server up in no time. Highly recommended for developers who value speed and reliability! Check it out at: https://github.com/modelcontextprotocol/create-typescript-server.