Socket
Book a DemoInstallSign in
Socket

create-mcp-server-template

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-mcp-server-template

A CLI to generate a Model Context Protocol server template

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
1
-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

create-mcp-server-template

A CLI tool to generate a Model Context Protocol server template.

Usage

You can create a new MCP server project using either npx:

npx create-mcp-server-template@latest [project-name]

Or using npm:

npm create mcp-server-template@latest [project-name]

If you don't specify a project name, it will create the project in the current directory.

Features

  • TypeScript support out of the box
  • Model Context Protocol implementation
  • Express.js server setup
  • Environment configuration
  • Basic project structure
  • Development tools configured (ESLint, Prettier, etc.)

Development

To develop this CLI tool:

  • Clone the repository
  • Install dependencies:
    npm install
    
  • Build the project:
    npm run build
    
  • Link the package locally:
    npm link
    

License

MIT

Keywords

mcp

FAQs

Package last updated on 21 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts