appcontrol-mcp-go vs time
Side-by-side comparison to help you pick between these two MCP servers.
appcontrol-mcp-go by AppControlLabs | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 22 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | MonitoringSecurityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 1 mo ago | this month |
appcontrol-mcp-go · Summary
AppControl MCP server provides read-only access to historical resource usage and system security data through natural language queries.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
appcontrol-mcp-go · Use cases
- Investigate system performance issues by identifying resource-hungry applications
- Monitor security events and detect unauthorized access attempts to peripherals
- Analyze software origins and publisher information to verify application legitimacy
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
appcontrol-mcp-go · Install
Installation Options
MCPB Package (Recommended for Claude Desktop)
- Download
appcontrol.mcpbfrom the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest) - Open Claude Desktop → Settings → Extensions → Advanced Settings → Install Extension
- Choose the downloaded
.mcpbfile and restart Claude Desktop
Standalone Executable
- Download
appcontrol-mcp.exefrom the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest) - Place in a permanent location
- Configure in your AI client's MCP settings
Claude Configuration
{
"mcpServers": {
"appcontrol": {
"command": "C:/MCP/appcontrol-mcp.exe",
"args": []
}
}
}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"]
}
}
}