MCP Catalogs
Home

pfsense-mcp-server vs time

Side-by-side comparison to help you pick between these two MCP servers.

pfsense-mcp-server
by gensecaihq
time
by modelcontextprotocol
Stars★ 69★ 85,748
30d uses
Score4777
Official
Categories
SecurityOps & InfraDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit2 mo agothis month

pfsense-mcp-server · Summary

pfSense MCP Server enables security administrators to manage firewalls through natural language commands with 327 tools and 9 safety layers.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

pfsense-mcp-server · Use cases

  • Security administrators managing firewall rules through natural language queries
  • Automating compliance checks and diagnostics across pfSense installations
  • Enabling non-technical staff to perform basic firewall operations safely

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

pfsense-mcp-server · Install

Installation

**Prerequisites:** Python 3.10+, pfSense with [REST API v2 package](https://github.com/pfrest/pfSense-pkg-RESTAPI) installed

git clone https://github.com/gensecaihq/pfsense-mcp-server.git
cd pfsense-mcp-server
pip install -r requirements.txt
cp .env.example .env
# Edit .env: set PFSENSE_URL, AUTH_METHOD, and credentials

**Connect to Claude Desktop** — add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "pfsense": {
      "command": "python3",
      "args": ["-m", "src.main"],
      "cwd": "/path/to/pfsense-mcp-server",
      "env": {
        "PFSENSE_URL": "https://192.168.1.1",
        "AUTH_METHOD": "basic",
        "PFSENSE_USERNAME": "admin",
        "PFSENSE_PASSWORD": "your-password",
        "PFSENSE_VERSION": "CE_2_8_0",
        "VERIFY_SSL": "false"
      }
    }
  }
}

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.