MCP server generator

0 uploads — runs entirely in your browser, works offline

MCP server (TypeScript)

MCP server generator — scaffold an MCP server

List your tools and get a runnable Model Context Protocol server stub in TypeScript. It generates entirely in your browser (0 uploads, works offline).

How to use it

  1. List one tool per line as name - description.
  2. Set a server name.
  3. Copy or Download the generated server.ts.

FAQ

How do I scaffold an MCP server for free?

List your tools and this page generates a TypeScript stdio server using the official MCP SDK shape — a list-tools handler, a call-tool switch and a stubbed function per tool — on your device with no upload.

What is the Model Context Protocol?

MCP is an open protocol that lets AI assistants call external tools through a standard server interface. This generator gives you the boilerplate so you can focus on each tool's logic.

Is my input uploaded anywhere?

No. The server code is generated entirely in your browser and nothing is transmitted or stored, which you can verify by turning off your Wi-Fi.

Is the generated server ready to run?

It is a complete, compilable skeleton. Add the real logic inside each stubbed function and define the input schemas, then run it over stdio.

Limits

Scaffolds the server and per-tool stubs with empty input schemas; the tool logic and schemas are yours to fill in.

Related

The API spec generator scaffolds OpenAPI; the JSON-to-types tool generates typed structures.

Bookmark this page (Ctrl+D, or ⌘D on Mac) or install the app — it works offline the next time you need it.