mcp-kit
Verified Safeby my-mcp-hub
Overview
A CLI tool for scaffolding Model Context Protocol (MCP) applications, either as servers providing tools, resources, and prompts, or clients consuming them.
Installation
npm create mcp-kit@latestSecurity Notes
The CLI tool executes commands (e.g., `npm install`) on the user's machine, which is an inherent operational risk for any scaffolding tool. The code itself does not contain obvious malicious patterns like `eval` or hardcoded secrets. It leverages standard and well-maintained libraries. Generated projects are configured with code quality tools (Biome, ESLint, Prettier, Lint-staged) and commit message linting (Commitlint), promoting good development practices.
Similar Servers
mcp-use
A full-stack framework for building Model Context Protocol (MCP) servers, MCP clients, and AI agents in both Python and TypeScript, supporting interactive UI widgets and robust debugging.
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 server acts as a template for building remote Model Context Protocol (MCP) servers using TypeScript, handling MCP tool registration and session management over HTTP.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.