create-mcp-server is the `create-next-app` of MCP. `npm create mcp-server@latest` walks you through naming and template selection, then writes a complete TypeScript MCP server — package.json with the right SDK version pinned, tsconfig set up for stdio servers, src/index.ts with at least one working tool, README, and gitignore. Two templates ship in v0.1: `blank` (one example tool, your starting point for custom tools) and `markdown-rag` (exposes a ./content/ directory of markdown as MCP resources with a keyword search tool). Zero runtime dependencies in the CLI itself — pure Node + readline. Companion to the portfolio MCP server and the MCP Inspector demo, written to onboard other engineers into the MCP ecosystem.
Working MCP server scaffolded in under a minute, regardless of template chosen
Two production-shaped templates that onboard engineers into both 'blank canvas' and 'RAG over docs' patterns
Reusable scaffolder pattern: new templates require only a new ./templates/<name>/ directory
Paste any public GitHub PR — four specialised AI agents review it in parallel (correctness, security, style, tests), a lead reviewer synthesises a severity-graded verdict.
View ProjectAI-powered job search platform: discover roles, evaluate fit, tailor applications, and close skill gaps. One-time pricing, no subscriptions.
View Project