---
slug: "create-server-scaffold"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/maoxiaoke/create-mcp-server@main/README.md"
repo: "https://github.com/maoxiaoke/create-mcp-server"
source_file: "README.md"
branch: "main"
---
# create-mcp-server

A specialized MCP server that helps create new MCP server scaffolds. This tool streamlines the process of creating new Model Context Protocol (MCP) servers by providing a structured development protocol and example templates.

## How to use

### NPX

```json
{
  "mcpServers": {
    "mediaProcessor": {
      "command": "npx",
      "args": [
        "-y",
        "create-mcp-server@latest"
      ]
    }
  }
}
```

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/maoxiaoke/create-mcp-server/tree/HEAD/LICENSE) file for details.
