Odel
transkribus mcp server

transkribus mcp server

Local
@lazyants2TypeScriptUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@lazyants/transkribus-mcp-serverv3.1.0

Run

npx -y @lazyants/transkribus-mcp-server

MCP client config

{
  "mcpServers": {
    "transkribus-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lazyants/transkribus-mcp-server"
      ]
    }
  }
}