Description
Provides pfSense firewall management through the pfrest REST API with 17 tools across system monitoring, firewall rule management, DHCP lease and static mapping administration, DNS host override configuration, gateway and ARP monitoring, and service control. Includes two-step confirmation for destructive operations and supports pfSense 2.7.x with pfrest v2.
Installation
git clone https://github.com/antonio-mello-ai/mcp-pfsense Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"pfsense": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}