MCP Directory
Back

create-mcp-server

by ralf9090 · TypeScript · ★ 0

Scaffold a new MCP (Model Context Protocol) server in seconds. The modern replacement for the deprecated @modelcontextprotocol/create-server.

#ai#anthropic#claude#cli#create#mcp#mcp-server#model-context-protocol#scaffolding#typescript

Install

npx -y github:ralf9090/create-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "create-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:ralf9090/create-mcp-server"
      ]
    }
  }
}

From the README

Scaffold a new **MCP (Model Context Protocol)** server in seconds. The official is deprecated. This is its modern replacement — fast, interactive, and built for the MCP SDK v1.27+. - **Interactive CLI** — Beautiful prompts powered by [@clack/prompts](https://github.com/bombshell-dev/clack) - **4 Templates** — Basic, Tools, Resources, Full (kitchen sink) - **Transport Choice** — stdio (Claude Desktop & Claude Code) or Streamable HTTP - **Testing Setup** — Optional Vitest configuration out of the box - **Modern API** — Uses / / (not deprecated ) - **MCP SDK v1.27+** — Latest SDK with clas…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers