MCP Catalogs
Home

lastsaas vs time

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

lastsaas
by jonradoff
time
by modelcontextprotocol
Stars★ 97★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit2 mo agothis month

lastsaas · Summary

Go-based SaaS boilerplate with MCP server for AI-powered admin operations.

time · Summary

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

lastsaas · Use cases

  • AI-powered admin dashboard for SaaS operations and monitoring
  • Automated troubleshooting and error investigation using AI agents
  • Natural language queries for system health, revenue metrics, and API usage

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

lastsaas · Install

To integrate the MCP server with Claude Desktop:

  1. Start the LastSaaS application
  2. Add to Claude Desktop config.json:
{
  "mcpServers": {
    "lastsaas": {
      "command": "go",
      "args": ["run", "."],
      "env": {}
    }
  }
}
  1. Restart Claude Desktop
  2. The MCP server will be available with 32 admin tools

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.