MCP.so
Sign In

create-mcp-server

@bsmi021

About create-mcp-server

A comprehensive architecture for building robust Model Context Protocol (MCP) servers with integrated web capabilities

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

bsmi021

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "create-advanced-mcp-server": {
      "command": "npx",
      "args": [
        "create-advanced-mcp-server",
        "my-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is create-mcp-server?

create-mcp-server is a CLI tool that scaffolds a complete Model Context Protocol (MCP) server project with optional web capabilities. It follows the MCP Advanced Node specification and is intended for developers starting a new MCP server from a robust TypeScript foundation.

How to use create-mcp-server?

Install globally with npm install -g create-advanced-mcp-server, then run npx create-advanced-mcp-server my-mcp-server to generate a project interactively. Use flags like --yes for defaults, --skip-install to skip dependency installation, or --verbose for detailed output.

Key features of create-mcp-server

  • Generates a complete MCP server project structure
  • Supports optional web API, WebSocket, and database integration
  • TypeScript-based with modern ES modules
  • Includes Prisma ORM integration (optional)
  • Express-based web API (optional)
  • WebSocket server integration (optional)
  • Example implementations for tools, resources, and prompts

Use cases of create-mcp-server

  • Quickly bootstrap a new MCP server project
  • Start with a structured, best-practice architecture
  • Add optional web or database layers without manual setup

FAQ from create-mcp-server

What runtime does the generated project require?

The generated project requires Node.js and npm (or another package manager) to install dependencies and run the server.

What project options can I pass when creating a server?

You can use --yes to accept all defaults, --skip-install to skip installing dependencies, and --verbose for detailed logs during scaffolding.

What is the license for create-mcp-server?

The project is distributed under the MIT license.

Comments

More Other MCP servers