mcp-1panel vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-1panel by 1Panel-dev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 147 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Ops & InfraDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 7 mo ago | this month |
mcp-1panel · Summary
MCP server for 1Panel, providing tools for website, database, and server management.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-1panel · Use cases
- AI assistants managing web servers and creating websites through natural language
- Automating server administration tasks using AI-powered prompts
- Monitoring system resources and website performance via MCP-integrated AI tools
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-1panel · Install
Installation
Prerequisites
- Go 1.23.0 or higher
- Existing 1Panel installation
Build from Source
git clone https://github.com/1Panel-dev/mcp-1panel.git
cd mcp-1panel
make buildMove ./build/mcp-1panel to your system PATH.
Install using go install
go install github.com/1Panel-dev/mcp-1panel@latestConfiguration for Cursor/Windsurf
{
"mcpServers": {
"mcp-1panel": {
"command": "mcp-1panel",
"env": {
"PANEL_ACCESS_TOKEN": "<your 1Panel access token>",
"PANEL_HOST": "http://localhost:8080"
}
}
}
}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"]
}
}
}