Submit

Kodadocs

@Kodadocs

AI-generated help docs for your web app in minutes, not weeks. KodaDocs is a Claude Code MCP server that reads your codebase, captures screenshots with a headless browser, annotates UI elements, writes documentation articles, and assembles a complete VitePress help center. Supports Next.js, Django, React, SvelteKit, WordPress, and 15+ frameworks.
Overview

What is KodaDocs?

KodaDocs is an open-source MCP server for Claude Code that generates complete help documentation for any web application. Tell Claude "Generate docs for my app" and get a polished help center with annotated screenshots and AI-written articles.

MCP Tools

ToolDescription
detect_frameworkAuto-detect web framework from project files
discover_routesStatic analysis of routes, services, and metadata
analyze_codebaseTree-sitter parsing for code chunks, error patterns, data models
capture_screenshotsHeadless browser capture with auth support and PII blur
annotate_screenshotsNumbered callouts on UI elements
assemble_vitepressBuild complete VitePress site from articles + screenshots
deploy_siteDeploy to Cloudflare, Vercel, Netlify, or GitHub Pages
save_manifest / load_manifestPersist and load pipeline state

How It Works

  1. Discovery — Detects framework, discovers routes from source code
  2. Capture — Launches headless browser, authenticates, captures screenshots
  3. Annotation — Draws numbered callouts on UI elements
  4. Doc Writing — Claude writes all articles (Getting Started, Feature Guides, FAQ, Troubleshooting)
  5. Assembly — Assembles VitePress site with branding, search, and mobile layout
  6. Deploy — Deploys to your hosting provider of choice

Supported Frameworks

Next.js, Nuxt, React, Vue, Angular, SvelteKit, Remix, Astro, Django, Flask, FastAPI, Rails, Laravel, Express, Hono, WordPress, and more.

Quick Start

Install and add to Claude Code:

pip install kodadocs
playwright install chromium

Then tell Claude: "Generate help docs for my app"

Links

- https://kodadocs.com
- https://kodadocs-help.kodadocs.com/
- https://pypi.org/project/kodadocs/

Server Config

{
  "mcpServers": {
    "kodadocs": {
      "command": "uvx",
      "args": [
        "kodadocs",
        "mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.