create-mcp-server

workingmodel/create-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated 4d ago
The fastest way to start building with the Model Context Protocol. Opinionated structure, typed tool definitions with full Zod inference, local inspector harness, and CI included out of the box. Developed by Working Model Inc
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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