MCP Catalogs
Home

claude-dev-suite vs time

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

claude-dev-suite
by claude-dev-suite
time
by modelcontextprotocol
Stars★ 15★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

claude-dev-suite · Summary

A comprehensive AI development toolkit extending Claude Code with specialized agents, MCP servers, and visual orchestration.

time · Summary

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

claude-dev-suite · Use cases

  • Extend Claude Code with specialized MCP tools for database management, Docker operations, and API testing
  • Use the visual dashboard to orchestrate multi-agent development tasks with real-time streaming updates
  • Generate code from specifications using the built-in code generator with AI refinement

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

claude-dev-suite · Install

Installation

Quick Start

# Clone Dev-Suite
git clone https://github.com/claude-dev-suite/claude-dev-suite.git
cd claude-dev-suite

# Initialize your project
./init-project.sh /path/to/your-project

Claude Desktop Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "dev-suite": {
      "command": "node",
      "args": ["/path/to/claude-dev-suite/packages/dashboard-bridge/dist/index.js"]
    }
  }
}

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.