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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 2 mo ago | this 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:
- Start the LastSaaS application
- Add to Claude Desktop config.json:
{
"mcpServers": {
"lastsaas": {
"command": "go",
"args": ["run", "."],
"env": {}
}
}
}- Restart Claude Desktop
- 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"]
}
}
}