loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

create-mcp-server

MCP Tool

okirmio-create/create-mcp-server

CLI scaffolding tool for creating MCP (Model Context Protocol) servers

Install

$ npx loaditout add okirmio-create/create-mcp-server

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "create-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "create-mcp-server"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

create-mcp-server

CLI scaffolding tool for creating Model Context Protocol (MCP) servers. Think create-next-app but for MCP servers.

Quick Start
npx create-mcp-server my-server
Usage
# Interactive mode
npx create-mcp-server my-server

# Non-interactive with defaults
npx create-mcp-server my-server --yes

# Fully specified
npx create-mcp-server my-server \
  --name my-server \
  --description "My custom MCP server" \
  --transport stdio \
  --template full \
  --pm pnpm
Options

| Option | Description | Choices | |--------|-------------|---------| | --name | Server name | any string | | --description | Server description | any string | | --transport | Transport type | stdio, sse, http | | --template | Project template | minimal, with-tools, with-resources, full | | --pm | Package manager | npm, pnpm, yarn | | --yes | Skip prompts, use defaults | - |

Templates
minimal

A bare MCP server with a single ping tool. Good starting point for custom servers.

with-tools

Includes example tools demonstrating:

  • String input parameters (greet)
  • Numeric inputs with enum operations (calculate)
  • No-argument tools returning structured data (get-timestamp)
with-resources

Includes example resources demonstrating:

  • Static resources (server-info)
  • Dynamic resource templates with URI parameters (item lookup)
full

Everything: tools, resources, and prompts. Includes all examples from other templates plus:

  • Simple prompts (system-status)
  • Parameterized prompts with Zod schemas (code-review)
  • Multi-turn conversation prompts (explain-concept)
Generated Project Structure
my-server/
├── package.json
├── tsconfig.json
├── .gitignore
├── README.md
├── src/
│   ├── index.ts
│   ├── tools/          (with-tools, full)
│   │   └── example.ts
│   ├── resources/      (with-resources, full)
│   │   └── example.ts
│   └── prompts/        (full only)
│       

Tags

aiclillmmcpmodel-context-protocolscaffoldingtypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated7 days ago
Security: BREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/6/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/okirmio-create/create-mcp-server)](https://loaditout.ai/skills/okirmio-create/create-mcp-server)