# Install MCP DocGen
npm install -g mcp-docgen
# Generate documentation for your MCP server
mcp-docgen generate ./my-mcp-server
# Serve documentation locally
mcp-docgen serve ./docs
# Your docs are now available at http://localhost:3000
# Deploy to GitHub Pages
mcp-docgen deploy --platform github-pages
                Generate Docs in Seconds
Install MCP DocGen and generate beautiful documentation for your Model Control Protocol servers with a single command. No configuration required.
Try it Now