MCP_CLI
Verified Safeby romeoscript
Overview
Scaffolds Model Context Protocol (MCP) servers quickly with TypeScript or JavaScript, including example tools and resources.
Installation
npx mcp-scaffold create my-serverSecurity Notes
The CLI itself does not expose network services or handle sensitive data beyond project creation metadata. It uses standard file system operations (fs-extra) and input sanitization for project names. The generated server code (from templates) does initialize an HTTP server on port 6000, which is standard for an MCP server, but the CLI toolkit itself is not responsible for securing the generated server's deployment. No 'eval' or obvious malicious patterns found in the CLI's source.
Similar Servers
fastmcp
A TypeScript framework for building Model Context Protocol (MCP) servers, providing high-level abstractions and boilerplate handling for features like tools, prompts, resources, sessions, authentication, and HTTP streaming.
mcp-kit
A CLI tool for scaffolding new Model Context Protocol (MCP) applications, including MCP Servers and Clients.
template-mcp-server
Provides a CLI tool and template to quickly get started building a Model Context Protocol (MCP) server using FastMCP, supporting both stdio and HTTP transports.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.