Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The clean TypeScript starter for building MCP servers. Zod-validated tools, unit tests, MCP Inspector wired up, one-command dev loop. Clone it, rename two strings, ship your server.
Every MCP server starts with the same 90 minutes of setup: SDK wiring, stdio transport, schema validation, figuring out why console.log breaks the protocol (logs go to stderr β already handled here), and getting the Inspector attached. This repo is that 90 minutes, done properly, once.
src/index.ts β server wiring: register tools, connect stdio transport. ~40 lines, no magic.src/tools.ts β tool logic decoupled from wiring so it's unit-testable. Two examples: echo (hello-world) and fetch_json (real async tool with error handling).src/tools.test.ts β Vitest tests that run without spawning the server.npm run inspect β opens the official MCP Inspector against your dev server.Fewer than 5% of the 11,000+ MCP servers out there make money β not because the demand isn't there, but because the billing plumbing is genuinely annoying. Ship MCP Pro is this starter plus everything the free version deliberately leaves out:
One-time $49, MIT-licensed output, free updates. β Get Ship MCP Pro
MIT Β© Argo Navis
Note on the SDK pin: this starter pins
@modelcontextprotocol/server@2.0.0-beta.5exactly β the v2 SDK for the 2026-07-28 spec. When the stable2.0.0lands, bump the pin and re-run the tests; the exact pin is there so an upstream beta change can't silently break your build.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ship-mcp)<a href="https://allmcps.com/mcp/ship-mcp"><img src="https://allmcps.com/api/badge/ship-mcp?style=directory" alt="Ship MCP on AllMCPs" /></a>