design-doc-generator-mcp

design-doc-generator-mcp

Turns Claude Code session work into professional design docs with a slash command, no copy-pasting or signup needed.

Category
Visit Server

README

<div align="center">

Design Doc Generator

One command in Claude Code. A polished design doc — Markdown, plus optional HTML — saved straight into your repo.

npm version node license downloads

</div>


❌ Without it

  • Real work gets done. The design doc doesn't — it gets skipped, or rushed into a note nobody reads.
  • Diagrams get left out because drawing them takes longer than the fix did.
  • Three months later, nobody remembers why it was built that way. Not even you.

✅ With it

  • Run /design-doc. Claude turns the session you just had into a structured, professional doc.
  • Two diagrams, generated and styled automatically. Nobody drags a single box.
  • The reasoning gets captured while it's fresh — not reconstructed from memory later.

What you get

Output Where
Markdown file docs/<title>.md in your project
Interactive HTML (optional) Same folder, --html flag — light/dark theme, sticky nav

Every doc includes:

  • Abstract, problem statement, architecture and flow diagrams, key decisions and trade-offs, risks — irrelevant sections are dropped, never padded
  • At least two Mermaid diagrams wherever the session supports them: a static architecture view and a runtime sequence view, sized and styled automatically
  • An auto-inserted table of contents
  • Two more doc shapes, detected automatically: a root-cause/bug-investigation report, and a comparison doc for "which approach" decisions

How it works

How Design Doc Generator works

Install

npx design-doc-generator-mcp init

Run once, inside the project you want to document — registers the MCP server and installs the /design-doc skill. Restart Claude Code, do real work, then run:

/design-doc

Usage

Flag What it does
(none) Drafts the default design doc for whatever was just discussed
--html Also saves a standalone interactive HTML version
--activate YOUR-KEY Activates a Pro license key
--help Shows usage help

Running it again on the same topic updates the same file — it never creates a duplicate.

Your code never leaves your machine

This tool never reads your source files. It never calls an LLM itself. It only reads lightweight git metadata — branch, git status, a git diff --stat summary, your last 15 commit messages. Claude drafts the document inside your own session, on your own account.

Two things ever reach a network: the section template request when drafting (a mode string, plus your license key if you've activated one), and your license key itself when you run --activate. Pro status is always verified against that key server-side, never assumed from anything the client claims.

Free vs. Pro

Free Pro
Design docs 5 / day Unlimited
Content depth Full Full
HTML export Included Included
Signup required No No

Pro removes the daily cap. That's the only difference.

License

Elastic License 2.0 — free to install and use for drafting your own design docs. You may not resell it as a hosted service, or bypass its license-key checks.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured