mineru-tianshu vs time
Side-by-side comparison to help you pick between these two MCP servers.
mineru-tianshu by magicyuan876 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 634 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
mineru-tianshu · Summary
Enterprise-grade AI preprocessing platform with MCP protocol for document, image, audio, and video processing.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mineru-tianshu · Use cases
- Document parsing and conversion to Markdown/JSON
- Multi-modal data preprocessing for RAG applications
- AI assistant integration via MCP protocol
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mineru-tianshu · Install
Installation
Docker Deployment (Recommended)
# One-click setup
make setup
# Or use scripts
./scripts/docker-setup.sh # Linux/Mac
scripts\docker-setup.bat # WindowsLocal Development
cd backend
bash install.sh
python start_all.py --enable-mcp # Enable MCP
cd frontend
npm install
npm run devClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"mineru-tianshu": {
"url": "http://localhost:8002/sse",
"transport": "sse"
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}