← Back to Plugins
MCP Server MCP

OPNsense MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @itunified.io/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@itunified.io/mcp-opnsense",
      "version": "2026.4.10-4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OPNsense base URL (e.g. https://192.168.1.1)",
          "name": "OPNSENSE_URL"
        },
        {
          "description": "OPNsense API key for authentication",
          "name": "OPNSENSE_API_KEY"
        },
        {
          "description": "OPNsense API secret for authentication",
          "name": "OPNSENSE_API_SECRET"
        },
        {
          "description": "Set to false for self-signed certificates (default: true)",
          "name": "OPNSENSE_VERIFY_SSL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...