J

modelcontextprotocol_create-typescript-server

...
Created 12/25/2024byMCP-Mirror

Language:

JavaScript

Stars:

0

Forks:

0

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.

Last updated: 12/25/2024

Publisher info

MCP-Mirror's avatar

MCP Mirror

MCP Mirror

14
followers
0
following
1,016
repos

More MCP servers built with JavaScript

mcp-server-tmdb

MCP Server with TMDB

By Laksh-star23
mcp-server-chinarailway

By other-blowsnow6
mcp-server

By integration-app15