Transkribus MCP server
MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.
2 stars64 downloads/wk
Reviews
Write oneNobody has reviewed Transkribus yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Transkribus tools (100, 28 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
transkribus_action_countGet the total count of actions, optionally filtered by collection or type.
transkribus_action_infoRetrieve detailed information about a specific action.
transkribus_action_listList actions with optional filtering by collection, type, and pagination.
transkribus_admin_authorize_users_for_jobAuthorize specific users to run a job implementation.
transkribus_admin_get_job_logRetrieve the log output for a specific job.
transkribus_admin_get_job_usersList users authorized to run a specific job implementation.
transkribus_admin_get_reportsRetrieve administrative reports by type and time period.
transkribus_admin_list_sessionsList all currently active user sessions.
transkribus_admin_move_field_modelMove a field recognition model to a different directory.
transkribus_admin_move_table_modelMove a table recognition model to a different directory.
transkribus_admin_rebuild_models_indexRebuild the search index for all recognition models.
transkribus_auth_check_sessionCheck if the current Transkribus session is valid.
transkribus_auth_get_detailsGet details of the currently authenticated user.
transkribus_auth_invalidateInvalidate the current authentication session.
transkribus_auth_logoutLog out of the current Transkribus session.
transkribus_auth_refreshRefresh the current authentication session token.
transkribus_coll_activity_recognitionGet recognition activity records for a collection.
transkribus_coll_activity_savesGet save activity records for a collection.
transkribus_coll_add_docAdd an existing document to a collection.
transkribus_coll_add_docsAdd multiple existing documents to a collection.
transkribus_coll_add_favoriteAdd a collection to the user favorites.
transkribus_coll_can_manageCheck if the current user can manage the specified collection.
transkribus_coll_countGet the total number of collections accessible to the current user.
transkribus_coll_count_docsGet the number of documents in a collection.
transkribus_coll_count_find_documentsCount documents matching the given search criteria.
transkribus_coll_createwrite actionCreate a new collection with the given name.
transkribus_coll_create_doc_from_ftpwrite actionIngest a document into a collection from an FTP source.
transkribus_coll_create_doc_from_iiifwrite actionCreate a document in a collection from an IIIF manifest URL.
transkribus_coll_create_doc_from_metswrite actionCreate a document in a collection from a METS XML document, uploaded as multipart form data. Provide exactly one of metsXml or metsFilePath.
transkribus_coll_create_doc_from_mets_urlwrite actionCreate a document in a collection from a METS URL.
transkribus_coll_create_iob_importwrite actionCreate documents from an IOB import.
transkribus_coll_credit_add_packageAdd a credit package to a collection.
transkribus_coll_credit_historyGet the credit usage history for a collection.
transkribus_coll_credit_listList credit packages associated with a collection.
transkribus_coll_credit_remove_packagewrite actionRemove a credit package from a collection.
transkribus_coll_credit_transactionsGet credit transaction records for a collection.
transkribus_coll_deletewrite actionDelete a collection by ID.
transkribus_coll_delete_emptywrite actionDelete a collection only if it is empty.
transkribus_coll_duplicateDuplicate an entire collection.
transkribus_coll_duplicate_docDuplicate a document within a collection.
transkribus_coll_ead_metadata_importImport EAD metadata into a collection.
transkribus_coll_exportExport documents from a collection in the specified format.
transkribus_coll_find_documentsSearch for documents across collections using filters.
transkribus_coll_find_documents_oldSearch for documents using the legacy endpoint.
transkribus_coll_find_documents_postwrite actionSearch for documents across collections using a POST request body.
transkribus_coll_get_metadataGet metadata for a collection.
transkribus_coll_get_recentGet recently accessed items in a collection.
transkribus_coll_get_recent_collectionsGet recently accessed collections.
transkribus_coll_get_recent_documentsGet recently accessed documents.
transkribus_coll_listList all collections accessible to the current user.
transkribus_coll_list_by_nameSearch for collections by name.
transkribus_coll_list_docsList all documents in a collection with pagination.
transkribus_coll_list_docs_xmlList all documents in a collection in XML format.
transkribus_coll_list_for_userList collections accessible to a specific user.
transkribus_coll_list_pagedList collections with pagination support.
transkribus_coll_list_xmlList all collections in XML format.
transkribus_coll_modifyModify the properties of a collection.
transkribus_coll_remove_docwrite actionRemove a document from a collection without deleting it.
transkribus_coll_remove_favoritewrite actionRemove a collection from the user favorites.
transkribus_coll_update_metadatawrite actionUpdate the metadata for a collection.
transkribus_crowd_delete_messageswrite actionDelete messages from the crowd project of a collection.
transkribus_crowd_delete_milestoneswrite actionDelete milestones from the crowd project of a collection.
transkribus_crowd_get_projectGet the crowd project details for a collection.
transkribus_crowd_post_messagewrite actionStore a new message in the crowd project of a collection.
transkribus_crowd_post_milestonewrite actionStore a new milestone in the crowd project of a collection.
transkribus_crowd_post_projectwrite actionCreate or update the crowd project configuration for a collection.
transkribus_doc_deletewrite actionDelete a document from a collection.
transkribus_doc_exportExport a document in the specified format.
transkribus_doc_get_costsGet the processing costs for a document.
transkribus_doc_get_editorial_declarationGet the editorial declaration for a document.
transkribus_doc_get_fulldocGet the full document including all pages and transcripts.
transkribus_doc_get_fulldoc_xmlGet the full document in XML format.
transkribus_doc_get_image_namesGet the image file names for all pages in a document.
transkribus_doc_get_metadataGet metadata for a document.
transkribus_doc_get_metsGet the METS metadata for a document.
transkribus_doc_get_page_idsGet the page IDs for all pages in a document.
transkribus_doc_get_pagesGet all pages for a document.
transkribus_doc_get_plaintextGet the transcribed text of a whole document in one call, with "--- page N ---" separators.
transkribus_doc_get_statGet document statistics summary.
transkribus_doc_get_statsGet detailed statistics for a document.
transkribus_doc_get_test_setGet the test set data for a document.
transkribus_doc_get_train_dataGet the training data for a document.
transkribus_doc_get_transcript_idsGet all transcript IDs for a document.
transkribus_doc_get_validation_dataGet the validation data for a document.
transkribus_doc_has_affiliationCheck if a document has an affiliation.
transkribus_doc_kws_searchSearch for keywords within a document.
transkribus_doc_list_collectionsList all collections a document belongs to.
transkribus_doc_list_collections_pagedList all collections a document belongs to with pagination.
transkribus_doc_list_pagesList pages in a document with pagination.
transkribus_doc_move_pages_by_image_namesMove pages within a document based on image names.
transkribus_doc_post_editorial_declarationwrite actionCreate or update the editorial declaration for a document.
transkribus_doc_remove_from_collectionwrite actionRemove a document from a collection without deleting it.
transkribus_doc_update_metadatawrite actionUpdate metadata for a document.
transkribus_doc_update_metadata_v2write actionUpdate document metadata using the v2 endpoint.
transkribus_doc_update_transcriptwrite actionUpdate a transcript for a specific page in a document.
transkribus_editdecl_delete_featurewrite actionDelete an editorial declaration feature from a collection.
transkribus_editdecl_delete_optionwrite actionDelete an option from an editorial declaration feature.
transkribus_editdecl_list_featuresList all editorial declaration features for a collection.
transkribus_editdecl_post_featurewrite actionStore a new editorial declaration feature in a collection.
transkribus_editdecl_post_optionwrite actionStore a new option for an editorial declaration feature.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan103 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 6 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y @lazyants/transkribus-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add transkribus -- npx -y @lazyants/transkribus-mcp-server
Transkribus: common questions
- Is Transkribus MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Transkribus safety report
- How do I install Transkribus?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Transkribus need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Transkribus maintained?
- The last commit was 7 days ago (2026-09-14). The latest release is v4.0.0.