MCP-Manager-GUI vs time
Side-by-side comparison to help you pick between these two MCP servers.
MCP-Manager-GUI by gabrielbacha | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 17 | ★ 85,748 |
| 30d uses | — | — |
| Score | 34 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 13 mo ago | this month |
MCP-Manager-GUI · Summary
A GUI tool for managing MCP server configurations across different clients.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCP-Manager-GUI · Use cases
- Managing multiple MCP servers across Claude and Cursor
- Simplifying configuration setup for new MCP servers
- Testing different MCP server configurations without manual editing
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
MCP-Manager-GUI · Install
Download the MCP Manager application from the [official website](https://www.mindfulapps.xyz/mcp).
To configure MCP Manager:
- Open the application
- Add your client by specifying the JSON path to its configuration
- Add new server configurations through the provided form
- Enable or disable servers using the toggle switches
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"]
}
}
}