Skip to content
Cursor

transkribus for Cursor

io.github.lazyants/transkribus

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

client:Cursor transport:stdio runtime:npm

Install transkribus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

transkribus in other clients