mcpbeat Sign in

Docapi MCP Server

by doc-api-llc Your server? Claim it
local only

Docapi runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 18 Mar 2026.

Generate PDFs, screenshots, and documents via any MCP-compatible AI agent.

Installs per day peak 12 · avg 6 · +40% w/w
a month agotoday
31
Installs / week
npm · @docapi/mcp
0
Stars
0 open issues
18 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Docapi every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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 docapi -- npx -y @docapi/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docapi": {
      "args": [
        "-y",
        "@docapi/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docapi]
command = "npx"
args = ["-y", "@docapi/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docapi": {
      "args": [
        "-y",
        "@docapi/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docapi": {
      "args": [
        "-y",
        "@docapi/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOCAPI_API_KEY (Your DocAPI API key from docapi.co). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Docapi

same job, measured the same way
GrabzIt
by grabzit

Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.

40 installs/wk local only
Shipshots
by gurkang

Create App Store and Play Store screenshots with AI via MCP

69 installs/wk local only
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

43 installs/wk 4 tools answering
Bannerbear
by usefulapi

Generate images, videos, and screenshots from your Bannerbear templates via AI.

15 tools answering
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
C
Appscreenshotstudio
by appscreenshotstudio

Generate App Store and Play Store screenshots from your coding agent, at exact store sizes.

366 installs/wk local only
Truepane
by antonkarliner

Local MCP server generating complete App Store & Google Play screenshot sets.

89 installs/wk local only
Can See
by hurleysk

Let AI agents see and interact with terminal/CLI apps via PNG screenshots

114 installs/wk local only

Docapi — questions

Answers built from our own checks of this server.

Why is there no uptime for Docapi?
Docapi 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 @docapi/mcp was installed 31 times last week.
How do I connect Docapi?
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 @docapi/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Docapi?
The npm package @docapi/mcp was installed 31 times in the last week. Week over week that is +40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Docapi open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.