mcpbeat

MCP API Doc Generator MCP Server

local only

MCP API Doc Generator runs on your own machine — the client starts it, so there is no endpoint to ping. 4 installs a week from npm.

Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code

4
Installs / week
npm · mcp-api-doc-generator
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-api-doc-generator -- npx -y mcp-api-doc-generator
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-api-doc-generator": {
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-api-doc-generator]
command = "npx"
args = ["-y", "mcp-api-doc-generator"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-api-doc-generator": {
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-api-doc-generator": {
      "args": [
        "-y",
        "mcp-api-doc-generator"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP API Doc Generator

same job, measured the same way
Evidrift
by bm1016bm-svg

Catch TypeScript API and OpenAPI contract drift in AI-generated code, then revalidate it in CI.

122 installs/wk local only
SOAPNoteAPI
by soapnoteapi

Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio.

74 installs/wk local only
MetaEngine
by metaengine

Spec-first code generation: OpenAPI, GraphQL, Protobuf, and SQL to typed clients in 11 languages.

92 installs/wk local only
Vaspera Pm
by rcolkitt

Verify docs against code, detect drift, and generate verified specs (MCP server).

149 installs/wk local only
Cloud Agent
by joepangallo

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

34 installs/wk local only
Sceneview
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

137 installs/wk local only
SceneView
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only
Sceneview
by thomasgorisse

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only

MCP API Doc Generator — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP API Doc Generator?
MCP API Doc Generator runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-api-doc-generator was installed 4 times last week.
How do I connect MCP API Doc Generator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-api-doc-generator straight from npm; nothing to host, nothing to sign up for.
How many people use MCP API Doc Generator?
The npm package mcp-api-doc-generator was installed 4 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.