mcpbeat Sign in

Transkribus MCP Server

local only

Transkribus runs on your own machine — the client starts it, so there is no endpoint to ping. 93 installs a week from npm. Last commit 8 Sep 2026.

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

Installs per day peak 280 · avg 30 · +3% w/w
a month agotoday
93
Installs / week
npm · @lazyants/transkribus-mcp-server
2
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Transkribus 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 transkribus -- npx -y @lazyants/transkribus-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "transkribus": {
      "args": [
        "-y",
        "@lazyants/transkribus-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.transkribus]
command = "npx"
args = ["-y", "@lazyants/transkribus-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "transkribus": {
      "args": [
        "-y",
        "@lazyants/transkribus-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "transkribus": {
      "args": [
        "-y",
        "@lazyants/transkribus-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Transkribus

same job, measured the same way
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
DocAuto
by gzucob

Model Context Protocol server for the DocAuto document-generation API.

77 installs/wk local only
Pdfgate
by pdfgate

MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

218 installs/wk answering
PandaDoc
by mindstone

PandaDoc document automation MCP server for Model Context Protocol hosts

51 installs/wk local only
Rq Scan
by recerqa

MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform

21 installs/wk local only
1c-rest-mcp
by theyahia

MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)

112 installs/wk local only
PandaDoc MCP Server
by pandadoc-mcp

PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.

answering
MCP Server Polarion
by devemberx

MCP server for Polarion ALM — read and write documents and work items

296 installs/wk local only

Transkribus — questions

Answers built from our own checks of this server.

Why is there no uptime for Transkribus?
Transkribus 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 @lazyants/transkribus-mcp-server was installed 93 times last week.
How do I connect Transkribus?
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 @lazyants/transkribus-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Transkribus?
The npm package @lazyants/transkribus-mcp-server was installed 93 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Transkribus open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.