Skip to content
Zed

transkribus for Zed

io.github.lazyants/transkribus

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

client:Zed transport:stdio runtime:npm

Install transkribus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

transkribus in other clients