Skip to content
Grok

transkribus for Grok

io.github.lazyants/transkribus

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

client:Grok transport:stdio runtime:npm

Install transkribus in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

transkribus in other clients