Back to Home
bernardpacis icon

create-mcp-server-kit

Verified Safe

by bernardpacis

Overview

Scaffold a production-ready Model Context Protocol (MCP) server quickly.

Installation

Run Command
npx create-mcp-server-kit@latest <your_project_directory>

Security Notes

The project is a CLI scaffolding tool. It uses `spawnSync` to execute `git` and package manager commands (`npm install`, etc.). While `spawnSync` can be a vector for abuse if commands are constructed from untrusted input, here it's used for standard development operations with predefined commands and arguments. Input validation for directory names and template options is handled, reducing risk. No `eval` or obvious malicious patterns were found. The generated server template uses the official MCP SDK and Zod for input validation, which is a good security practice for API inputs. The server uses stdio transport, reducing network exposure by default.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2026-01-19

Tags

mcpmodelcontextprotocolclitypescriptstartertemplate