time vs MCP-India-Stack
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | MCP-India-Stack by rehan1020 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 19 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCP-India-Stack · Summary
MCP server for Indian APIs with offline-first lookup tools, zero authentication, and tax calculators for AI agents.
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
MCP-India-Stack · Use cases
- Validating Indian business documents like GSTIN, PAN, and IFSC codes for financial transactions
- Calculating income tax, TDS, and GST for financial planning and compliance
- Batch processing vendor/customer data for KYC verification and compliance checks
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"]
}
}
}MCP-India-Stack · Install
Installation
pip install mcp-india-stackClaude Desktop Configuration
Add the following to your claude_desktop_config.json file:
**Windows** (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"mcp-india-stack": {
"command": "python",
"args": ["-m", "mcp_india_stack"]
}
}
}**macOS/Linux** (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"mcp-india-stack": {
"command": "python3",
"args": ["-m", "mcp_india_stack"]
}
}
}