time vs bilig
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | bilig by proompteng | |
|---|---|---|
| Stars | ★ 85,748 | ★ 23 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
bilig · Summary
Formula workbook runtime exposing spreadsheet tools via MCP for Node.js services and 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
bilig · Use cases
- Agent tools for financial calculations and budget verification
- Server-side pricing engines with spreadsheet-like formulas
- Automated data validation and transformation workflows
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"]
}
}
}bilig · Install
Install the package:
npm install @bilig/headless bilig-workpaper-mcpStart the MCP server:
bilig-workpaper-mcpFor Claude Desktop, add this to your mcp.json:
{
"mcpServers": {
"bilig-workpaper": {
"command": "bilig-workpaper-mcp",
"args": []
}
}
}