MCP Catalogs
Home

dotbot vs time

Side-by-side comparison to help you pick between these two MCP servers.

dotbot
by andresharpe
time
by modelcontextprotocol
Stars★ 50★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePowerShellTypeScript
Last committhis monththis month

dotbot · Summary

Zero-dependency MCP server for structured, auditable AI-assisted development in teams.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

dotbot · Use cases

  • Team-based AI development with auditable trails for compliance and knowledge sharing
  • Multi-step AI coding workflows with task dependencies and model selection per task
  • Enterprise workflow and stack registry for standardizing AI-assisted development processes

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

dotbot · Install

Installation

  1. **Install dotbot globally**:
Install-Module Dotbot -Scope CurrentUser
  1. **Initialize in your project**:
cd your-project
dotbot init
dotbot init -Workflow <workflow-name> -Stack <stack-name>
  1. **Configure MCP Server** in Claude Desktop or similar:
{
  "mcpServers": {
    "dotbot": {
      "command": "pwsh",
      "args": ["-NoProfile", "-File", ".bot/systems/mcp/dotbot-mcp.ps1"]
    }
  }
}
  1. **Start the web dashboard**:
.bot\go.ps1

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.