Transkribus
Rank #6,082io.github.lazyants/transkribus
MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.
Transkribus is a Model Context Protocol (MCP) server published by lazyants. It ranks #6,082 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Transkribus is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 109,378 of 115,460 servers on MCP Toplist.
Use Transkribus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add transkribus -- npx -y @lazyants/transkribus-mcp-server[mcp_servers.transkribus]
command = "npx"
args = ["-y", "@lazyants/transkribus-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"transkribus": {
"command": "npx",
"args": [
"-y",
"@lazyants/transkribus-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"transkribus": {
"command": "npx",
"args": [
"-y",
"@lazyants/transkribus-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"transkribus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lazyants/transkribus-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"transkribus": {
"command": "npx",
"args": [
"-y",
"@lazyants/transkribus-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"transkribus": {
"command": "npx",
"args": [
"-y",
"@lazyants/transkribus-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lazyants%2Ftranskribus)<a href="https://mcptoplist.com/server/io.github.lazyants%2Ftranskribus"><img src="https://mcptoplist.com/badge/io.github.lazyants%2Ftranskribus.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
lazyants
Other servers by lazyants
View all lazyants servers →Available versions (7)
| Version | Published |
|---|---|
| 3.0.1 | Aug 20, 2026 |
| 2.1.1 | Jun 20, 2026 |
| 2.0.1 | May 7, 2026 |
| 2.0.0 | May 7, 2026 |
| 1.0.1 | Mar 12, 2026 |
| 1.0.0 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Transkribus?
- Transkribus is maintained by lazyants, which publishes 5 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Transkribus listed on the Official MCP Registry?
- Yes — Transkribus is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Transkribus have?
- MCP Toplist tracks 7 versions of Transkribus, most recently published on Aug 20, 2026.
- Where can I find the source code for Transkribus?
- The source code for Transkribus is hosted at github.com/lazyants/transkribus-mcp-server.