MCP Catalogs
Home

shippie vs time

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

shippie
by mattzcarey
time
by modelcontextprotocol
Stars★ 2,356★ 85,748
30d uses
Score5477
Official
Categories
Developer ToolsAI / LLM ToolsGitHub
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit6 mo agothis month

shippie · Summary

Shippie is an MCP client for code review that integrates AI models into CI/CD pipelines.

time · Summary

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

shippie · Use cases

  • Automated code review in CI/CD pipelines to catch security issues and bugs early
  • Local code review of staged changes before committing
  • Integration with external tools via MCP for enhanced code analysis capabilities

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

shippie · Install

Installation

  1. Install Shippie via npm:
npx shippie review
  1. To use with Claude Desktop, configure MCP in your config.json:
{
  "mcpServers": {
    "shippie": {
      "command": "npx",
      "args": ["shippie", "mcp"]
    }
  }
}

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.