MCP Catalogs
Home

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
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis 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-mcp

Start the MCP server:

bilig-workpaper-mcp

For Claude Desktop, add this to your mcp.json:

{
  "mcpServers": {
    "bilig-workpaper": {
      "command": "bilig-workpaper-mcp",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.