MCP Catalogs
Home

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
Score4377
Official
Categories
MonitoringSecurityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit1 mo agothis 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)

  1. Download appcontrol.mcpb from the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest)
  2. Open Claude Desktop → Settings → Extensions → Advanced Settings → Install Extension
  3. Choose the downloaded .mcpb file and restart Claude Desktop

Standalone Executable

  1. Download appcontrol-mcp.exe from the [latest release](https://github.com/AppControlLabs/appcontrol-mcp-go/releases/latest)
  2. Place in a permanent location
  3. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.