Back to directory
vespo92/opnsense-mcp

vespo92/opnsense-mcp

@vespo92

MCP Server for OPNSense to act as IaC proxy

opnsensefirewallnetworkmcpiacinfrastructure-as-codeautomationnftables

Installation & Configuration

{
  "mcpServers": {
    "opnsense": {
      "command": "npx",
      "args": [
        "opnsense-mcp-server"
      ],
      "env": {
        "OPNSENSE_HOST": "https://your-opnsense-host:port",
        "OPNSENSE_API_KEY": "your-api-key",
        "OPNSENSE_API_SECRET": "your-api-secret",
        "OPNSENSE_VERIFY_SSL": "false"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13