Odel
OPNsense MCP Server

OPNsense MCP Server

Local
@itunified-io2TypeScriptAGPL-3.0Updated 4mo ago

OPNsense MCP Server — 72 tools for DNS, Firewall, DHCP, ACME, Routing, VLANs & more

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@itunified.io/mcp-opnsensev2026.4.10-4

Run

npx -y @itunified.io/mcp-opnsense

MCP client config

{
  "mcpServers": {
    "opnsense-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@itunified.io/mcp-opnsense"
      ]
    }
  }
}