exstruct vs time
Side-by-side comparison to help you pick between these two MCP servers.
exstruct by harumiWeb | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 144 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
exstruct · Summary
ExStruct is a Python package that converts Excel files to structured JSON with MCP integration for AI agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
exstruct · Use cases
- Extracting structured data from Excel for RAG systems
- Editing Excel files through AI agents with patch workflows
- Converting complex Excel files to JSON for LLM processing
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
exstruct · Install
Install the package with pip:
pip install exstruct[mcp]For Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"exstruct": {
"command": "exstruct-mcp",
"args": ["--root", "/path/to/your/data", "--on-conflict", "rename"]
}
}
}Alternatively, run directly with uvx:
uvx --from 'exstruct[mcp]' exstruct-mcp --root /path/to/your/datatime · 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"]
}
}
}