mineru-tianshu
Tianshu is an enterprise-level AI data preprocessing platform that supports multi-modal data processing.
Tianshu combines a Vue 3 frontend with a FastAPI backend and LitServe for GPU load balancing, enabling efficient processing of documents, images, and audio. The platform supports the MCP protocol and offers features like automatic PDF splitting for large files, significantly enhancing processing speed and efficiency. Users can configure the splitting size and benefit from an intelligent result merging system that retains original page numbering.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mineru-tianshu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mineru-tianshu"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions