transkribus for Windsurf
io.github.lazyants/transkribus
MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.
client:Windsurf
transport:stdio
runtime:npm
Install transkribus in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"transkribus": {
"command": "npx",
"args": [
"-y",
"@lazyants/transkribus-mcp-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs